Class ExternalDocumentManagementProviderRequest
Inheritance
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class ExternalDocumentManagementProviderRequest : ServiceRequest
Constructors
ExternalDocumentManagementProviderRequest()
Declaration
public ExternalDocumentManagementProviderRequest()
Properties
CampusId
Gets or sets the CampusId associated with this ExternalDocumentManagementProviderRequest.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
DocumentId
Gets or sets the DocumentId associated with this ExternalDocumentManagementProviderRequest.
Declaration
public int DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentId. |
DocumentTypeCode
Gets or sets the DocumentTypeCode associated with this ExternalDocumentManagementProviderRequest.
Declaration
public string DocumentTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentTypeCode. |
DocumentTypeName
Gets or sets the DocumentTypeName associated with this ExternalDocumentManagementProviderRequest.
Declaration
public string DocumentTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentTypeName. |
IsAutoRedirect
Gets or sets the IsAutoRedirect associated with this ExternalDocumentManagementProviderRequest.
Declaration
public bool IsAutoRedirect { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutoRedirect. |
ModuleCode
Gets or sets the ModuleCode associated with this ExternalDocumentManagementProviderRequest.
Declaration
public string ModuleCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ModuleCode. |
ProviderDocumentIdentifier
Gets or sets the ProviderDocumentIdentifier associated with this ExternalDocumentManagementProviderRequest.
Declaration
public string ProviderDocumentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProviderDocumentIdentifier. |
StudentId
Gets or sets the StudentId associated with this ExternalDocumentManagementProviderRequest.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentName
Gets or sets the StudentName associated with this ExternalDocumentManagementProviderRequest.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
StudentNumber
Gets or sets the StudentNumber associated with this ExternalDocumentManagementProviderRequest.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
VendorCode
Gets or sets the VendorCode associated with this ExternalDocumentManagementProviderRequest.
Declaration
public string VendorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VendorCode. |