Table of Contents

Class StandardHierarchy

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class StandardHierarchy
Inheritance
StandardHierarchy
Inherited Members

Constructors

StandardHierarchy()

public StandardHierarchy()

Properties

AssetNumber

public int? AssetNumber { get; set; }

Property Value

int?

Depth

public int? Depth { get; set; }

Property Value

int?

IsHidden

public bool? IsHidden { get; set; }

Property Value

bool?

IsPractical

public bool? IsPractical { get; set; }

Property Value

bool?

IsPublished

public bool? IsPublished { get; set; }

Property Value

bool?

IsTheory

public bool? IsTheory { get; set; }

Property Value

bool?

Name

public string Name { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

ParentStandardIdentifier

public Guid? ParentStandardIdentifier { get; set; }

Property Value

Guid?

PathAsset

public string PathAsset { get; set; }

Property Value

string

PathCode

public string PathCode { get; set; }

Property Value

string

PathKey

public string PathKey { get; set; }

Property Value

string

PathName

public string PathName { get; set; }

Property Value

string

PathSequence

public string PathSequence { get; set; }

Property Value

string

RootStandardIdentifier

public Guid? RootStandardIdentifier { get; set; }

Property Value

Guid?

Sequence

public int? Sequence { get; set; }

Property Value

int?

SourceDescriptor

public string SourceDescriptor { get; set; }

Property Value

string

StandardIdentifier

public Guid? StandardIdentifier { get; set; }

Property Value

Guid?

StandardLabel

public string StandardLabel { get; set; }

Property Value

string

StandardType

public string StandardType { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string