Class StudentGroupCustomMessage
Inheritance
System.Object
StudentGroupCustomMessage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentGroupCustomMessage
Constructors
StudentGroupCustomMessage()
Declaration
public StudentGroupCustomMessage()
Properties
ActiveStatus
Declaration
public string ActiveStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpirationDate
Declaration
public DateTime? ExpirationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GroupType
Declaration
public string GroupType { get; set; }
Property Value
Type |
Description |
System.String |
|
HoldGroup
Declaration
public int HoldGroup { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsHoldGroup
Declaration
public bool IsHoldGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPortalGroup
Declaration
public bool IsPortalGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPublic
Declaration
public bool IsPublic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
JobFrequency
Declaration
public string JobFrequency { get; set; }
Property Value
Type |
Description |
System.String |
|
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LastRefreshDate
Declaration
public DateTime? LastRefreshDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
OwnerStaffId
Declaration
public int OwnerStaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RegistrationGroupId
Declaration
public int RegistrationGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentGroupCode
Declaration
public string StudentGroupCode { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentGroupId
Declaration
public int StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentGroupName
Declaration
public string StudentGroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentGroupOwnerName
Declaration
public string StudentGroupOwnerName { get; set; }
Property Value
Type |
Description |
System.String |
|