Class ImsConfigurationDetailEntity
This class represents the EntityModel interface to the syIMSConfiguration database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ImsConfigurationDetailEntity : Entity, IIdentifiable, IAuditable, IDynamicCampusListEntity
Constructors
ImsConfigurationDetailEntity()
Declaration
public ImsConfigurationDetailEntity()
Fields
ArchiveFolderProperty
The ArchiveFolder property.
Declaration
public static readonly EntityProperty ArchiveFolderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ArchiveIntervalProperty
The ArchiveInterval property.
Declaration
public static readonly EntityProperty ArchiveIntervalProperty
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 |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CompanyCodeProperty
The CompanyCode property.
Declaration
public static readonly EntityProperty CompanyCodeProperty
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 |
CreateFolderProperty
The CreateFolder property.
Declaration
public static readonly EntityProperty CreateFolderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreationIntervalProperty
The CreationInterval property.
Declaration
public static readonly EntityProperty CreationIntervalProperty
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 |
ImsUserIdProperty
The ImsUserId property.
Declaration
public static readonly EntityProperty ImsUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsImsProcessUsedProperty
The IsImsProcessUsed property.
Declaration
public static readonly EntityProperty IsImsProcessUsedProperty
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 |
LmsUrlProperty
The LmsUrl property.
Declaration
public static readonly EntityProperty LmsUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LmsVendorProperty
The LmsVendor property.
Declaration
public static readonly EntityProperty LmsVendorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PickupFolderProperty
The PickupFolder property.
Declaration
public static readonly EntityProperty PickupFolderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PortalReturnUrlProperty
The PortalReturnUrl property.
Declaration
public static readonly EntityProperty PortalReturnUrlProperty
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 |
Properties
ArchiveFolder
Gets or sets the ArchiveFolder associated with this ImsConfigurationDetailEntity.
Declaration
public string ArchiveFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ArchiveFolder. |
ArchiveInterval
Gets or sets the ArchiveInterval associated with this ImsConfigurationDetailEntity.
Declaration
public int? ArchiveInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ArchiveInterval. |
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 ImsConfigurationDetailEntity.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
CampusId
Gets or sets the CampusId associated with this ImsConfigurationDetailEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
CompanyCode
Gets or sets the CompanyCode associated with this ImsConfigurationDetailEntity.
Declaration
public string CompanyCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompanyCode. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ImsConfigurationDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreateFolder
Gets or sets the CreateFolder associated with this ImsConfigurationDetailEntity.
Declaration
public string CreateFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreateFolder. |
CreationInterval
Gets or sets the CreationInterval associated with this ImsConfigurationDetailEntity.
Declaration
public int? CreationInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CreationInterval. |
Id
Gets or sets the Id associated with this ImsConfigurationDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImsUserId
Gets or sets the ImsUserId associated with this ImsConfigurationDetailEntity.
Declaration
public int ImsUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ImsUserId. |
IsImsProcessUsed
Gets or sets the IsImsProcessUsed associated with this ImsConfigurationDetailEntity.
Declaration
public bool IsImsProcessUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsImsProcessUsed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ImsConfigurationDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ImsConfigurationDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LmsUrl
Gets or sets the LmsUrl associated with this ImsConfigurationDetailEntity.
Declaration
public string LmsUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LmsUrl. |
LmsVendor
Gets or sets the LmsVendor associated with this ImsConfigurationDetailEntity.
Declaration
public string LmsVendor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LmsVendor. |
PickupFolder
Gets or sets the PickupFolder associated with this ImsConfigurationDetailEntity.
Declaration
public string PickupFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PickupFolder. |
PortalReturnUrl
Gets or sets the PortalReturnUrl associated with this ImsConfigurationDetailEntity.
Declaration
public string PortalReturnUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PortalReturnUrl. |
ProcessMethodList
Declaration
public List<int> ProcessMethodList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
RowVersion
Gets or sets the RowVersion associated with this ImsConfigurationDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()