Class WorkflowProvider
This class represents the EntityModel interface to the SyWorkflowProviderSetup database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WorkflowProvider
Constructors
WorkflowProvider()
Declaration
public WorkflowProvider()
Properties
ApiKey
Gets or sets the ApiKey associated with this WorkflowProvider.
Declaration
public string ApiKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApiKey. |
ApplicantType
Declaration
public virtual ApplicantType ApplicantType { get; set; }
Property Value
Type | Description |
---|---|
ApplicantType |
ApplicantTypeId
Gets or sets the ApplicantTypeId associated with this WorkflowProvider.
Declaration
public int? ApplicantTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ApplicantTypeId. |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this WorkflowProvider.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
Code
Gets or sets the Code associated with this WorkflowProvider.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WorkflowProvider.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this WorkflowProvider.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InvokeSchoolStatus
Declaration
public virtual SchoolStatus InvokeSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
InvokeSchoolStatusId
Gets or sets the InvokeSchoolStatusId associated with this WorkflowProvider.
Declaration
public int? InvokeSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The InvokeSchoolStatusId. |
IsActive
Gets or sets the IsActive associated with this WorkflowProvider.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WorkflowProvider.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WorkflowProvider.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Module
Gets or sets the Module associated with this WorkflowProvider.
Declaration
public string Module { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Module. |
Name
Gets or sets the Name associated with this WorkflowProvider.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
OfferedSchoolStatus
Declaration
public virtual SchoolStatus OfferedSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
OfferedSchoolStatusId
Gets or sets the OfferedSchoolStatusId associated with this WorkflowProvider.
Declaration
public int? OfferedSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OfferedSchoolStatusId. |
Password
Gets or sets the Password associated with this WorkflowProvider.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Password. |
RejectedSchoolStatus
Declaration
public virtual SchoolStatus RejectedSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
RejectedSchoolStatusId
Gets or sets the RejectedSchoolStatusId associated with this WorkflowProvider.
Declaration
public int? RejectedSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RejectedSchoolStatusId. |
Salt
Gets or sets the Salt associated with this WorkflowProvider.
Declaration
public string Salt { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Salt. |
SelectionMgmtDivision
Declaration
public virtual SelectionMgmtDivision SelectionMgmtDivision { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtDivision |
SelectionMgmtDivisionId
Gets or sets the SelectionMgmtDivisionId associated with this WorkflowProvider.
Declaration
public int? SelectionMgmtDivisionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtDivisionId. |
TaskTemplate
Declaration
public virtual TaskTemplate TaskTemplate { get; set; }
Property Value
Type | Description |
---|---|
TaskTemplate |
TaskTemplateId
Gets or sets the TaskTemplateId associated with this WorkflowProvider.
Declaration
public int? TaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskTemplateId. |
Urls
Gets or sets the Urls associated with this WorkflowProvider.
Declaration
public string Urls { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Urls. |
UserName
Gets or sets the UserName associated with this WorkflowProvider.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UserName. |
WorkflowProviderDetails
Declaration
public virtual ICollection<WorkflowProviderDetail> WorkflowProviderDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<WorkflowProviderDetail> |
WorkflowProviderName
Gets or sets the WorkflowProviderName associated with this WorkflowProvider.
Declaration
public string WorkflowProviderName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WorkflowProviderName. |
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. |