Class WorkflowProviderEntity
This class represents the EntityModel interface to the SyWorkflowProviderSetup database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class WorkflowProviderEntity : Entity, IIdentifiable, IAuditable
Constructors
WorkflowProviderEntity()
Declaration
public WorkflowProviderEntity()
Fields
ApiKeyProperty
The ApiKey property.
Declaration
public static readonly EntityProperty ApiKeyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ApplicantTypeIdProperty
The ApplicantTypeId property.
Declaration
public static readonly EntityProperty ApplicantTypeIdProperty
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 |
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InvokeSchoolStatusIdProperty
The InvokeSchoolStatusId property.
Declaration
public static readonly EntityProperty InvokeSchoolStatusIdProperty
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 |
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 |
ModuleProperty
The Module property.
Declaration
public static readonly EntityProperty ModuleProperty
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 |
OfferedSchoolStatusIdProperty
The OfferedSchoolStatusId property.
Declaration
public static readonly EntityProperty OfferedSchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PasswordProperty
The Password property.
Declaration
public static readonly EntityProperty PasswordProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RejectedSchoolStatusIdProperty
The RejectedSchoolStatusId property.
Declaration
public static readonly EntityProperty RejectedSchoolStatusIdProperty
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 |
SaltProperty
The Salt property.
Declaration
public static readonly EntityProperty SaltProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtDivisionIdProperty
The SelectionMgmtDivisionId property.
Declaration
public static readonly EntityProperty SelectionMgmtDivisionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskTemplateIdProperty
The TaskTemplateId property.
Declaration
public static readonly EntityProperty TaskTemplateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UrlsProperty
The Urls property.
Declaration
public static readonly EntityProperty UrlsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UserNameProperty
The UserName property.
Declaration
public static readonly EntityProperty UserNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkflowProviderDetailsProperty
The WorkflowProviderDetails property.
Declaration
public static readonly EntityProperty WorkflowProviderDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkflowProviderNameProperty
The WorkflowProviderName property.
Declaration
public static readonly EntityProperty WorkflowProviderNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApiKey
Gets or sets the ApiKey associated with this WorkflowProviderEntity.
Declaration
public string ApiKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApiKey. |
ApplicantTypeId
Gets or sets the ApplicantTypeId associated with this WorkflowProviderEntity.
Declaration
public int? ApplicantTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ApplicantTypeId. |
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this WorkflowProviderEntity.
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 WorkflowProviderEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WorkflowProviderEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this WorkflowProviderEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InvokeSchoolStatusId
Gets or sets the InvokeSchoolStatusId associated with this WorkflowProviderEntity.
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 WorkflowProviderEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WorkflowProviderEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WorkflowProviderEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Module
Gets or sets the Module associated with this WorkflowProviderEntity.
Declaration
public string Module { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Module. |
Name
Gets or sets the Name associated with this WorkflowProviderEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
OfferedSchoolStatusId
Gets or sets the OfferedSchoolStatusId associated with this WorkflowProviderEntity.
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 WorkflowProviderEntity.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Password. |
RejectedSchoolStatusId
Gets or sets the RejectedSchoolStatusId associated with this WorkflowProviderEntity.
Declaration
public int? RejectedSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RejectedSchoolStatusId. |
RowVersion
Gets or sets the RowVersion associated with this WorkflowProviderEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Salt
Gets or sets the Salt associated with this WorkflowProviderEntity.
Declaration
public string Salt { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Salt. |
SelectionMgmtDivisionId
Gets or sets the SelectionMgmtDivisionId associated with this WorkflowProviderEntity.
Declaration
public int? SelectionMgmtDivisionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtDivisionId. |
TaskTemplateId
Gets or sets the TaskTemplateId associated with this WorkflowProviderEntity.
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 WorkflowProviderEntity.
Declaration
public string Urls { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Urls. |
UserName
Gets or sets the UserName associated with this WorkflowProviderEntity.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UserName. |
WorkflowProviderDetails
Declaration
public virtual EntityCollection<WorkflowProviderDetailEntity> WorkflowProviderDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<WorkflowProviderDetailEntity> |
WorkflowProviderName
Gets or sets the WorkflowProviderName associated with this WorkflowProviderEntity.
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()