Class GetDataChangeDetailsRequest
Inheritance
System.Object
GetDataChangeDetailsRequest
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetDataChangeDetailsRequest : ServiceRequest
Constructors
GetDataChangeDetailsRequest()
Declaration
public GetDataChangeDetailsRequest()
Properties
ActionCode
Declaration
public string ActionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentDependentId
Declaration
public int StudentDependentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|