Class StudentGroupHasChangedMessage
This class represents ASB Data for Student Group Has Changed Message
Inheritance
System.Object
StudentGroupHasChangedMessage
Implements
Cmc.Core.ComponentModel.IIdentifiable
Namespace: Cmc.Nexus.Common.Events
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class StudentGroupHasChangedMessage : Entity, IIdentifiable
Constructors
StudentGroupHasChangedMessage()
Declaration
public StudentGroupHasChangedMessage()
Properties
CreatedDate
CreatedDateTime
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ExpirationDate
ExpirationDate
Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
GroupName
GroupName
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupStatus
GroupStatus
Declaration
public string GroupStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupType
GroupType
Declaration
public string GroupType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupVisibility
GroupVisibility
Declaration
public string GroupVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HoldAction
HoldAction
Declaration
public string HoldAction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HoldGroup
HoldGroup
Declaration
public string HoldGroup { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
GroupId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsActive
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedDate
LastModifiedDateTime
Declaration
public DateTime LastModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
MembershipCount
MembershipCount
Declaration
public int MembershipCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Owner
Owner
Declaration
public string Owner { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Cmc.Core.ComponentModel.IIdentifiable