Class TCollection
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
- Inheritance
-
TCollection
- Inherited Members
-
Constructors
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
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>