Class DeletableCollectionMember<T>
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility.Property
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class DeletableCollectionMember<T> : APIBase, IEquatable<APIBase>
Type Parameters
Name | Description |
---|---|
T |
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>