Class DocumentRuleDetail
Inheritance
System.Object
DocumentRuleDetail
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.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DocumentRuleDetail
Constructors
DocumentRuleDetail()
Declaration
public DocumentRuleDetail()
Properties
DocumentModule
Declaration
public string DocumentModule { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentName
Declaration
public string DocumentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentStatus
Declaration
public string DocumentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentTypeId
Declaration
public int? DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |