1. Stylelabs.M.Sdk.Models.Base

Class MemberBase

Base class for member.

Inheritance

object

MemberBase

PropertyBase

RelationBase

Implements

IMember

IDirtyTracking

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase

Assembly: Stylelabs.M.Sdk.dll

Syntax

public abstract class MemberBase : IMember, IDirtyTracking

Properties

DefinitionType

Gets the definition type.

Declaration

public abstract MemberDefinitionType DefinitionType { get; }

Property Value

TypeDescription
MemberDefinitionType

IsDirty

Gets a value indicating whether is dirty or not.

Declaration

public abstract bool IsDirty { get; }

Property Value

TypeDescription
bool

IsTracking

Gets or sets a value indicating whether tracking is enable.

Declaration

public bool IsTracking { get; set; }

Property Value

TypeDescription
bool

Name

Gets or sets the name.

Declaration

public string Name { get; set; }

Property Value

TypeDescription
string

Methods

MarkClean()

Marks as clean.

Declaration

public abstract void MarkClean()

StartTracking()

Starts tracking.

Declaration

public abstract void StartTracking()

Implements

IMember

IDirtyTracking

If you have suggestions for improving this article, let us know!