Class Department
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
- Inheritance
-
Department
- Inherited Members
-
Constructors
Department()
Properties
DepartmentCode
public string DepartmentCode { get; set; }
Property Value
- string
DepartmentDescription
public string DepartmentDescription { get; set; }
Property Value
- string
DepartmentIdentifier
public Guid DepartmentIdentifier { get; set; }
Property Value
- Guid
DepartmentLabel
public string DepartmentLabel { get; set; }
Property Value
- string
DepartmentName
public string DepartmentName { get; set; }
Property Value
- string
Division
public virtual Division Division { get; set; }
Property Value
- Division
DivisionIdentifier
public Guid? DivisionIdentifier { get; set; }
Property Value
- Guid?
GroupCreated
public DateTimeOffset GroupCreated { get; set; }
Property Value
- DateTimeOffset
LastChangeTime
public DateTimeOffset LastChangeTime { get; set; }
Property Value
- DateTimeOffset
LastChangeUser
public string LastChangeUser { get; set; }
Property Value
- string
Organization
public virtual VOrganization Organization { get; set; }
Property Value
- VOrganization
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
ParentDepartmentIdentifier
public Guid? ParentDepartmentIdentifier { get; set; }
Property Value
- Guid?
ProfileCompetencies
public virtual ICollection<DepartmentProfileCompetency> ProfileCompetencies { get; set; }
Property Value
- ICollection<DepartmentProfileCompetency>
ProfileUsers
public virtual ICollection<DepartmentProfileUser> ProfileUsers { get; set; }
Property Value
- ICollection<DepartmentProfileUser>
Standards
public virtual ICollection<TDepartmentStandard> Standards { get; set; }
Property Value
- ICollection<TDepartmentStandard>