Class DeletableCollectionMember<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DeletableCollectionMember<T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Property
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DeletableCollectionMember<T> : APIBase, IEquatable<APIBase>
Type Parameters
Name | Description |
---|---|
T |
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Item
Declaration
public T Item { get; }
Property Value
Type | Description |
---|---|
T |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Delete()
Declaration
public void Delete()
Implements
System.IEquatable<T>