Class GetMergedFieldsRequest
Represents the a request for the GetMergedFields method.
Inheritance
System.Object
GetMergedFieldsRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetMergedFieldsRequest : ServiceRequest
Constructors
GetMergedFieldsRequest()
Declaration
public GetMergedFieldsRequest()
Properties
EnrollId
Gets or sets the enrollment identifier.
Declaration
public int EnrollId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The enrollment identifier. |
MergeText
Gets or sets the initial MergeText - what needs to be merged with the student specific data.
Declaration
public string MergeText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The intial MergeText. |
StudentId
Gets or sets the student identifier.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student group identifier. |
TaskTemplateId
Gets or sets the task template Id.
Declaration
public int TaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The task. |