Interface IMemberDefinition
Base interface for all member definitions.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
AllowUpdates
Gets or sets a value indicating whether this member can be updated from external sources (e.g. REST API, SDK...).
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
Conditions
Gets the conditions that are evaluated to decide if this member should be exposed in the external API/UI. These conditions have no impact on data validity.
Declaration
Property Value
| Type | Description |
|---|---|
| IList<>IMemberCondition |
DefinitionType
Gets type of the member.
Declaration
Property Value
| Type | Description |
|---|---|
| MemberDefinitionType |
HelpText
Gets collection of the culture specific help text.
Declaration
Property Value
| Type | Description |
|---|---|
| IDictionary<, >CultureInfostring |
IsConditional
Gets a value indicating whether indicates whether this member definition has any member conditions.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IsSecured
Gets or sets a value indicating whether indicates if the read-write access to this member is restricted.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IsSystemOwned
Gets or sets a value indicating whether indicates if the member definition is owned by the system and cannot be modified or deleted by the regular users.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
Labels
Gets collection of the culture specific member labels.
Declaration
Property Value
| Type | Description |
|---|---|
| IDictionary<, >CultureInfostring |
Name
Gets or sets language agnostic case insensitive name of the member. Must be unique per member and IEntityDefinition, except for self-referencing relations.
Declaration
Property Value
| Type | Description |
|---|---|
| string |