Class MemberDefinitionBase
Base class for member definitions.
Inheritance
System.Object
MemberDefinitionBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
public abstract class MemberDefinitionBase : object, IMemberDefinition
AllowUpdates
Declaration
public bool AllowUpdates { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Conditions
Declaration
public IList<IMemberCondition> Conditions { get; set; }
Property Value
DefinitionType
Declaration
public abstract MemberDefinitionType DefinitionType { get; }
Property Value
HelpText
Declaration
public IDictionary<CultureInfo, string> HelpText { get; set; }
Property Value
Type |
Description |
IDictionary<CultureInfo, System.String> |
|
IsConditional
Declaration
public bool IsConditional { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSecured
Declaration
public bool IsSecured { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSystemOwned
Declaration
public bool IsSystemOwned { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Labels
Declaration
public IDictionary<CultureInfo, string> Labels { get; set; }
Property Value
Type |
Description |
IDictionary<CultureInfo, System.String> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|