Class MemberBase

Base class for member.

Inheritance
object
MemberBase
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public abstract class MemberBase : IMember, IDirtyTracking

Properties

DefinitionType

Gets the definition type.

Declaration
RequestResponse
public abstract MemberDefinitionType DefinitionType { get; }
Property Value
TypeDescription
MemberDefinitionType

IsDirty

Gets a value indicating whether is dirty or not.

Declaration
RequestResponse
public abstract bool IsDirty { get; }
Property Value
TypeDescription
bool

IsTracking

Gets or sets a value indicating whether tracking is enable.

Declaration
RequestResponse
public bool IsTracking { get; set; }
Property Value
TypeDescription
bool

Name

Gets or sets the name.

Declaration
RequestResponse
public string Name { get; set; }
Property Value
TypeDescription
string

Methods

MarkClean()

Marks as clean.

Declaration
RequestResponse
public abstract void MarkClean()

StartTracking()

Starts tracking.

Declaration
RequestResponse
public abstract void StartTracking()

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,