Class ImsConfigurationDetail
This class represents the EntityModel interface to the syIMSConfiguration database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ImsConfigurationDetail
Constructors
ImsConfigurationDetail()
Declaration
public ImsConfigurationDetail()
Properties
ArchiveFolder
Gets or sets the ArchiveFolder associated with this ImsConfigurationDetail.
Declaration
public string ArchiveFolder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ArchiveFolder. |
ArchiveInterval
Gets or sets the ArchiveInterval associated with this ImsConfigurationDetail.
Declaration
public int? ArchiveInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The ArchiveInterval. |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this ImsConfigurationDetail.
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 ImsConfigurationDetail.
Declaration
public int? CampusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The CampusId. |
CompanyCode
Gets or sets the CompanyCode associated with this ImsConfigurationDetail.
Declaration
public string CompanyCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The CompanyCode. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ImsConfigurationDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
CreateFolder
Gets or sets the CreateFolder associated with this ImsConfigurationDetail.
Declaration
public string CreateFolder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The CreateFolder. |
CreationInterval
Gets or sets the CreationInterval associated with this ImsConfigurationDetail.
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 ImsConfigurationDetail.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
ImsUserId
Gets or sets the ImsUserId associated with this ImsConfigurationDetail.
Declaration
public int ImsUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The ImsUserId. |
IsImsProcessUsed
Gets or sets the IsImsProcessUsed associated with this ImsConfigurationDetail.
Declaration
public bool IsImsProcessUsed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsImsProcessUsed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ImsConfigurationDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ImsConfigurationDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
LmsUrl
Gets or sets the LmsUrl associated with this ImsConfigurationDetail.
Declaration
public string LmsUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The LmsUrl. |
LmsVendor
Gets or sets the LmsVendor associated with this ImsConfigurationDetail.
Declaration
public string LmsVendor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The LmsVendor. |
PickupFolder
Gets or sets the PickupFolder associated with this ImsConfigurationDetail.
Declaration
public string PickupFolder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PickupFolder. |
PortalReturnUrl
Gets or sets the PortalReturnUrl associated with this ImsConfigurationDetail.
Declaration
public string PortalReturnUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PortalReturnUrl. |
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. |