Class DocumentFilterCriteria
Represents criteria for Document Filter
Inheritance
System.Object
DocumentFilterCriteria
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentFilterCriteria
Constructors
DocumentFilterCriteria()
Declaration
public DocumentFilterCriteria()
Properties
AwardYear
Gets and sets AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusId
Gets and sets CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DocumentStatusId
Gets and sets DocumentStatusId
Declaration
public int DocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DocumentTypeId
Gets and sets DocumentTypeId
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsViewDocumentsNotReceived
Gets and sets IsViewDocumentsNotReceived
Declaration
public bool IsViewDocumentsNotReceived { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentNumber
Gets and sets StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentSsn
Gets and sets StudentSsn
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String |