Class StudentGroupMembershipChangedEventMessage
This class represents ASB Data for Student Group Membership Changed Event Message
Inheritance
System.Object
StudentGroupMembershipChangedEventMessage
Implements
Cmc.Core.ComponentModel.IIdentifiable
Namespace: Cmc.Nexus.Common.Events
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class StudentGroupMembershipChangedEventMessage : Entity, IIdentifiable
Constructors
StudentGroupMembershipChangedEventMessage()
Declaration
public StudentGroupMembershipChangedEventMessage()
Properties
CreatedDate
CreatedDateTime
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CurrentActiveStatus
CurrentActiveStatus
Declaration
public bool CurrentActiveStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CurrentGroupType
CurrentGroupType
Declaration
public string CurrentGroupType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
GroupVisibility
GroupVisibility
Declaration
public bool GroupVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
LastModifiedDate
LastModifiedDateTime
Declaration
public DateTime LastModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastModifiedUserId
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Owner
Owner
Declaration
public string Owner { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousActiveStatus
PreviousActiveStatus
Declaration
public bool PreviousActiveStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PreviousGroupType
PreviousGroupType
Declaration
public string PreviousGroupType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentGroupMembershipMessageList
StudentGroupMembershipMessageList
Declaration
public List<StudentGroupMembershipMessage> StudentGroupMembershipMessageList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentGroupMembershipMessage> |
Implements
Cmc.Core.ComponentModel.IIdentifiable