Class TCollectionItem
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class TCollectionItem
- Inheritance
-
TCollectionItem
- Inherited Members
-
Constructors
TCollectionItem()
Properties
Achievements
public virtual ICollection<TAchievementCategory> Achievements { get; set; }
Property Value
- ICollection<TAchievementCategory>
Collection
public virtual TCollection Collection { get; set; }
Property Value
- TCollection
CollectionIdentifier
public Guid CollectionIdentifier { get; set; }
Property Value
- Guid
Courses
public virtual ICollection<TCourseCategory> Courses { get; set; }
Property Value
- ICollection<TCourseCategory>
GroupIdentifier
public Guid? GroupIdentifier { get; set; }
Property Value
- Guid?
ItemColor
public string ItemColor { get; set; }
Property Value
- string
ItemDescription
public string ItemDescription { get; set; }
Property Value
- string
ItemFolder
public string ItemFolder { get; set; }
Property Value
- string
ItemHours
public decimal? ItemHours { get; set; }
Property Value
- decimal?
ItemIcon
public string ItemIcon { get; set; }
Property Value
- string
ItemIdentifier
public Guid ItemIdentifier { get; set; }
Property Value
- Guid
ItemIsDisabled
public bool ItemIsDisabled { get; set; }
Property Value
- bool
ItemName
public string ItemName { get; set; }
Property Value
- string
ItemNameTranslation
public string ItemNameTranslation { get; set; }
Property Value
- string
ItemNumber
public int ItemNumber { get; set; }
Property Value
- int
ItemSequence
public int ItemSequence { get; set; }
Property Value
- int
Organization
public virtual VOrganization Organization { get; set; }
Property Value
- VOrganization
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
Persons
public virtual ICollection<Person> Persons { get; set; }
Property Value
- ICollection<Person>
Programs
public virtual ICollection<TProgramCategory> Programs { get; set; }
Property Value
- ICollection<TProgramCategory>