Class StaffGroup
This class represents the EntityModel interface to the SyStaffGroup database table.
Inheritance
Implements
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StaffGroup : IReferenceItem, IIdentifiable
Constructors
StaffGroup()
Declaration
public StaffGroup()
Properties
AdvisorModule
Gets or sets the AdvisorModule associated with this StaffGroup.
Declaration
public string AdvisorModule { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdvisorModule. |
AdvisorToStudentEnrollments
Declaration
public virtual ICollection<StudentEnrollmentPeriodAdvisor> AdvisorToStudentEnrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodAdvisor> |
AllowDropLdaAttendChange
Gets or sets the AllowDropLdaAttendChange associated with this StaffGroup.
Declaration
public bool AllowDropLdaAttendChange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The AllowDropLdaAttendChange. |
CanOverrideLeadDuplicateWarning
Gets or sets the CanOverrideLeadDuplicateWarning associated with this StaffGroup.
Declaration
public bool CanOverrideLeadDuplicateWarning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The CanOverrideLeadDuplicateWarning. |
Code
Gets or sets the Code associated with this StaffGroup.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StaffGroup.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GroupMembership
Declaration
public virtual ICollection<StaffGroupMember> GroupMembership { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StaffGroupMember> |
GroupType
Gets or sets the GroupType associated with this StaffGroup.
Declaration
public string GroupType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GroupType. |
Id
Gets or sets the Id associated with this StaffGroup.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StaffGroup.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsCampusLinkAmbassadorUse
Gets or sets the IsCampusLinkAmbassadorUse associated with this StaffGroup.
Declaration
public bool IsCampusLinkAmbassadorUse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCampusLinkAmbassadorUse. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this StaffGroup.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
IsPositivePayUse
Gets or sets the IsPositivePayUse associated with this StaffGroup.
Declaration
public bool IsPositivePayUse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPositivePayUse. |
IsRequiredForEnroll
Gets or sets the IsRequiredForEnroll associated with this StaffGroup.
Declaration
public bool IsRequiredForEnroll { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequiredForEnroll. |
IsSystemCode
Gets or sets the IsSystemCode associated with this StaffGroup.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StaffGroup.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StaffGroup.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this StaffGroup.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
SecurityMenuAuthorization
Declaration
public virtual ICollection<SecurityMenuAuthorization> SecurityMenuAuthorization { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SecurityMenuAuthorization> |
StaffGroupWorkspaces
Declaration
public virtual ICollection<WorkspaceStaffGroup> StaffGroupWorkspaces { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<WorkspaceStaffGroup> |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()