Class DocumentManagementSoftwareEntity
This class represents the EntityModel interface to the CmDocMgmtSftDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentManagementSoftwareEntity : Entity, IIdentifiable, IAuditable
Constructors
DocumentManagementSoftwareEntity()
Declaration
public DocumentManagementSoftwareEntity()
Fields
ApiSettingsProperty
The ApiSettings property.
Declaration
public static readonly EntityProperty ApiSettingsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CaptureProfileProperty
The CaptureProfile property.
Declaration
public static readonly EntityProperty CaptureProfileProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CustomFolderProperty
The CustomFolder property.
Declaration
public static readonly EntityProperty CustomFolderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DeletedDocumentUrlProperty
The DELETE Document URL property.
Declaration
public static readonly EntityProperty DeletedDocumentUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DmProviderProperty
The Document Provider property.
Declaration
public static readonly EntityProperty DmProviderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentTypeUrlProperty
The POST Document Type URL property.
Declaration
public static readonly EntityProperty DocumentTypeUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FileTypeSettingsProperty
The FileTypeSettings property.
Declaration
public static readonly EntityProperty FileTypeSettingsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GetDocumentTypeUrlProperty
The GET Document Type URL property.
Declaration
public static readonly EntityProperty GetDocumentTypeUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAllCampusesProperty
The All Campuses property.
Declaration
public static readonly EntityProperty IsAllCampusesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIntegrationEnabledProperty
The Enable Integration property.
Declaration
public static readonly EntityProperty IsIntegrationEnabledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPrerequisiteDocumentTypeCreationProperty
The Prerequisite Document Type Creation property.
Declaration
public static readonly EntityProperty IsPrerequisiteDocumentTypeCreationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPrerequisiteStudentCreationProperty
The Prerequisite Student Creation property.
Declaration
public static readonly EntityProperty IsPrerequisiteStudentCreationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSystemCodeProperty
The IsSystemCode property.
Declaration
public static readonly EntityProperty IsSystemCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
KeywordSettingsProperty
The KeywordSettings property.
Declaration
public static readonly EntityProperty KeywordSettingsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostDocumentUrlProperty
The POST Document URL property.
Declaration
public static readonly EntityProperty PostDocumentUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostStudentUrlProperty
The POST Student URL property.
Declaration
public static readonly EntityProperty PostStudentUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PutDocumentRenditionUrlProperty
The PUT Document Rendition URL property.
Declaration
public static readonly EntityProperty PutDocumentRenditionUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PutDocumentRevisionUrlProperty
The PUT Document Revision URL property.
Declaration
public static readonly EntityProperty PutDocumentRevisionUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCreationFieldsProperty
The StudentCreationFields property.
Declaration
public static readonly EntityProperty StudentCreationFieldsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UrlProperty
The URL property.
Declaration
public static readonly EntityProperty UrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UseInterfaceProperty
The Uses Interface property.
Declaration
public static readonly EntityProperty UseInterfaceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApiSettings
Declaration
public virtual EntityCollection<DocumentManagementServiceApiSettingEntity> ApiSettings { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<DocumentManagementServiceApiSettingEntity> |
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this DocumentManagementSoftwareEntity.
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 DocumentManagementSoftwareEntity.
Declaration
public string CaptureProfile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CaptureProfile. |
Code
Gets or sets the Code associated with this DocumentManagementSoftwareEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DocumentManagementSoftwareEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CustomFolder
Gets or sets the CustomFolder associated with this DocumentManagementSoftwareEntity.
Declaration
public string CustomFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CustomFolder. |
DeletedDocumentUrl
Gets or sets the DeletedDocumentUrl associated with this DocumentManagementSoftwareEntity.
Declaration
public string DeletedDocumentUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DeletedDocumentUrl. |
DmProvider
Gets or sets the DmProvider associated with this DocumentManagementSoftwareEntity.
Declaration
public string DmProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DmProvider. |
DocumentTypeUrl
Gets or sets the DocumentTypeUrl associated with this DocumentManagementSoftwareEntity.
Declaration
public string DocumentTypeUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentTypeUrl. |
FileTypeSettings
Declaration
public virtual EntityCollection<DocumentManagementServiceFileTypeSettingEntity> FileTypeSettings { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<DocumentManagementServiceFileTypeSettingEntity> |
GetDocumentTypeUrl
Gets or sets the GetDocumentTypeUrl associated with this DocumentManagementSoftwareEntity.
Declaration
public string GetDocumentTypeUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GetDocumentTypeUrl. |
Id
Gets or sets the Id associated with this DocumentManagementSoftwareEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this DocumentManagementSoftwareEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAllCampuses
Gets or sets the IsAllCampuses associated with this DocumentManagementSoftwareEntity.
Declaration
public bool IsAllCampuses { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllCampuses. |
IsIntegrationEnabled
Gets or sets the IsIntegrationEnabled associated with this DocumentManagementSoftwareEntity.
Declaration
public bool IsIntegrationEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIntegrationEnabled. |
IsPrerequisiteDocumentTypeCreation
Gets or sets the IsPrerequisiteDocumentTypeCreation associated with this DocumentManagementSoftwareEntity.
Declaration
public bool IsPrerequisiteDocumentTypeCreation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrerequisiteDocumentTypeCreation. |
IsPrerequisiteStudentCreation
Gets or sets the IsPrerequisiteStudentCreation associated with this DocumentManagementSoftwareEntity.
Declaration
public bool IsPrerequisiteStudentCreation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrerequisiteStudentCreation. |
IsSystemCode
Gets or sets the IsSystemCode associated with this DocumentManagementSoftwareEntity.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
KeywordSettings
Declaration
public virtual EntityCollection<DocumentManagementServiceKeywordSettingEntity> KeywordSettings { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<DocumentManagementServiceKeywordSettingEntity> |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DocumentManagementSoftwareEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DocumentManagementSoftwareEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this DocumentManagementSoftwareEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PostDocumentUrl
Gets or sets the PostDocumentUrl associated with this DocumentManagementSoftwareEntity.
Declaration
public string PostDocumentUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostDocumentUrl. |
PostStudentUrl
Gets or sets the PostStudentUrl associated with this DocumentManagementSoftwareEntity.
Declaration
public string PostStudentUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostStudentUrl. |
PutDocumentRenditionUrl
Gets or sets the PutDocumentRenditionUrl associated with this DocumentManagementSoftwareEntity.
Declaration
public string PutDocumentRenditionUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PutDocumentRenditionUrl. |
PutDocumentRevisionUrl
Gets or sets the PutDocumentRevisionUrl associated with this DocumentManagementSoftwareEntity.
Declaration
public string PutDocumentRevisionUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PutDocumentRevisionUrl. |
RowVersion
Gets or sets the RowVersion associated with this DocumentManagementSoftwareEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentCreationFields
Declaration
public virtual EntityCollection<DocumentManagementSoftwareStudentCreationFieldEntity> StudentCreationFields { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<DocumentManagementSoftwareStudentCreationFieldEntity> |
Url
Gets or sets the Url associated with this DocumentManagementSoftwareEntity.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Url. |
UseInterface
Gets or sets the UseInterface associated with this DocumentManagementSoftwareEntity.
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()