Interface IMember
Base interface for all member (properties and relations).
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IMember : IDirtyTracking
Properties
DefinitionType
Gets see DefinitionType.
Declaration
RequestResponse
MemberDefinitionType DefinitionType { get; }
Property Value
Type | Description |
---|---|
MemberDefinitionType |
Name
Gets see Name.
Declaration
RequestResponse
string Name { get; }
Property Value
Type | Description |
---|---|
string |