Class MemberBase
Base class for member.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public abstract class MemberBase : IMember, IDirtyTrackingProperties
DefinitionType
Gets the definition type.
Declaration
RequestResponse
public abstract MemberDefinitionType DefinitionType { get; }Property Value
| Type | Description |
|---|---|
| MemberDefinitionType |
IsDirty
Gets a value indicating whether is dirty or not.
Declaration
RequestResponse
public abstract bool IsDirty { get; }Property Value
| Type | Description |
|---|---|
| bool |
IsTracking
Gets or sets a value indicating whether tracking is enable.
Declaration
RequestResponse
public bool IsTracking { get; set; }Property Value
| Type | Description |
|---|---|
| bool |
Name
Gets or sets the name.
Declaration
RequestResponse
public string Name { get; set; }Property Value
| Type | Description |
|---|---|
| string |
Methods
MarkClean()
Marks as clean.
Declaration
RequestResponse
public abstract void MarkClean()StartTracking()
Starts tracking.
Declaration
RequestResponse
public abstract void StartTracking()