Class DocumentManagementSoftware
This class represents the EntityModel interface to the CmDocMgmtSftDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DocumentManagementSoftware
Constructors
DocumentManagementSoftware()
Declaration
public DocumentManagementSoftware()
Properties
ApiSettings
Declaration
public virtual ICollection<DocumentManagementServiceApiSetting> ApiSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DocumentManagementServiceApiSetting> |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this DocumentManagementSoftware.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
CaptureProfile
Gets or sets the CaptureProfile associated with this DocumentManagementSoftware.
Declaration
public string CaptureProfile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CaptureProfile. |
Code
Gets or sets the Code associated with this DocumentManagementSoftware.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DocumentManagementSoftware.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CustomFolder
Gets or sets the CustomFolder associated with this DocumentManagementSoftware.
Declaration
public string CustomFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CustomFolder. |
DeletedDocumentUrl
Gets or sets the DeletedDocumentUrl associated with this DocumentManagementSoftware.
Declaration
public string DeletedDocumentUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DeletedDocumentUrl. |
DmProvider
Gets or sets the DmProvider associated with this DocumentManagementSoftware.
Declaration
public string DmProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DmProvider. |
DocumentTypeUrl
Gets or sets the DocumentTypeUrl associated with this DocumentManagementSoftware.
Declaration
public string DocumentTypeUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentTypeUrl. |
FileTypeSettings
Declaration
public virtual ICollection<DocumentManagementServiceFileTypeSetting> FileTypeSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DocumentManagementServiceFileTypeSetting> |
GetDocumentTypeUrl
Gets or sets the GetDocumentTypeUrl associated with this DocumentManagementSoftware.
Declaration
public string GetDocumentTypeUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GetDocumentTypeUrl. |
Id
Gets or sets the Id associated with this DocumentManagementSoftware.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this DocumentManagementSoftware.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAllCampuses
Gets or sets the IsAllCampuses associated with this DocumentManagementSoftware.
Declaration
public bool IsAllCampuses { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllCampuses. |
IsIntegrationEnabled
Gets or sets the IsIntegrationEnabled associated with this DocumentManagementSoftware.
Declaration
public bool IsIntegrationEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIntegrationEnabled. |
IsPrerequisiteDocumentTypeCreation
Gets or sets the IsPrerequisiteDocumentTypeCreation associated with this DocumentManagementSoftware.
Declaration
public bool IsPrerequisiteDocumentTypeCreation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrerequisiteDocumentTypeCreation. |
IsPrerequisiteStudentCreation
Gets or sets the IsPrerequisiteStudentCreation associated with this DocumentManagementSoftware.
Declaration
public bool IsPrerequisiteStudentCreation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrerequisiteStudentCreation. |
IsSystemCode
Gets or sets the IsSystemCode associated with this DocumentManagementSoftware.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
KeywordSettings
Declaration
public virtual ICollection<DocumentManagementServiceKeywordSetting> KeywordSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DocumentManagementServiceKeywordSetting> |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DocumentManagementSoftware.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DocumentManagementSoftware.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this DocumentManagementSoftware.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PostDocumentUrl
Gets or sets the PostDocumentUrl associated with this DocumentManagementSoftware.
Declaration
public string PostDocumentUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostDocumentUrl. |
PostStudentUrl
Gets or sets the PostStudentUrl associated with this DocumentManagementSoftware.
Declaration
public string PostStudentUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostStudentUrl. |
PutDocumentRenditionUrl
Gets or sets the PutDocumentRenditionUrl associated with this DocumentManagementSoftware.
Declaration
public string PutDocumentRenditionUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PutDocumentRenditionUrl. |
PutDocumentRevisionUrl
Gets or sets the PutDocumentRevisionUrl associated with this DocumentManagementSoftware.
Declaration
public string PutDocumentRevisionUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PutDocumentRevisionUrl. |
StudentCreationFields
Declaration
public virtual ICollection<DocumentManagementSoftwareStudentCreationField> StudentCreationFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DocumentManagementSoftwareStudentCreationField> |
Url
Gets or sets the Url associated with this DocumentManagementSoftware.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Url. |
UseInterface
Gets or sets the UseInterface associated with this DocumentManagementSoftware.
Declaration
public bool UseInterface { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The UseInterface. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |