Table of Contents

Class TCollection

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

Constructors

TCollection()

public TCollection()

Properties

CollectionIdentifier

public Guid CollectionIdentifier { get; set; }

Property Value

Guid

CollectionName

public string CollectionName { get; set; }

Property Value

string

CollectionPackage

public string CollectionPackage { get; set; }

Property Value

string

CollectionProcess

public string CollectionProcess { get; set; }

Property Value

string

CollectionReferences

public string CollectionReferences { get; set; }

Property Value

string

CollectionTool

public string CollectionTool { get; set; }

Property Value

string

CollectionType

public string CollectionType { get; set; }

Property Value

string

Items

public virtual ICollection<TCollectionItem> Items { get; set; }

Property Value

ICollection<TCollectionItem>