Class CertificateTemplateEntity
This class represents the EntityModel interface to the AdDegreeCertificateTemplate database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CertificateTemplateEntity : Entity, IIdentifiable
Constructors
CertificateTemplateEntity()
Declaration
public CertificateTemplateEntity()
Fields
AuthorizedSignFile1Property
The AuthorizedSignFile1 property.
Declaration
public static readonly EntityProperty AuthorizedSignFile1Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AuthorizedSignFile2Property
The AuthorizedSignFile2 property.
Declaration
public static readonly EntityProperty AuthorizedSignFile2Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AuthorizedSignFileExt1Property
The AuthorizedSignFileExt1 property.
Declaration
public static readonly EntityProperty AuthorizedSignFileExt1Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AuthorizedSignFileExt2Property
The AuthorizedSignFileExt2 property.
Declaration
public static readonly EntityProperty AuthorizedSignFileExt2Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AuthorizedSignFileName1Property
The AuthorizedSignFileName1 property.
Declaration
public static readonly EntityProperty AuthorizedSignFileName1Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AuthorizedSignFileName2Property
The AuthorizedSignFileName2 property.
Declaration
public static readonly EntityProperty AuthorizedSignFileName2Property
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModfiedUserIdProperty
The LastModfiedUserId property.
Declaration
public static readonly EntityProperty LastModfiedUserIdProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReportNameProperty
The ReportName property.
Declaration
public static readonly EntityProperty ReportNameProperty
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
AuthorizedSignFile1
Gets or sets the AuthorizedSignFile1 associated with this CertificateTemplateEntity.
Declaration
public byte[] AuthorizedSignFile1 { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The AuthorizedSignFile1. |
AuthorizedSignFile2
Gets or sets the AuthorizedSignFile2 associated with this CertificateTemplateEntity.
Declaration
public byte[] AuthorizedSignFile2 { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The AuthorizedSignFile2. |
AuthorizedSignFileExt1
Gets or sets the AuthorizedSignFileExt1 associated with this CertificateTemplateEntity.
Declaration
public string AuthorizedSignFileExt1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizedSignFileExt1. |
AuthorizedSignFileExt2
Gets or sets the AuthorizedSignFileExt2 associated with this CertificateTemplateEntity.
Declaration
public string AuthorizedSignFileExt2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizedSignFileExt2. |
AuthorizedSignFileName1
Gets or sets the AuthorizedSignFileName1 associated with this CertificateTemplateEntity.
Declaration
public string AuthorizedSignFileName1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizedSignFileName1. |
AuthorizedSignFileName2
Gets or sets the AuthorizedSignFileName2 associated with this CertificateTemplateEntity.
Declaration
public string AuthorizedSignFileName2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizedSignFileName2. |
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 CertificateTemplateEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
CertificateTemplateDegreeDetailIdList
Gets or sets the DegreeIds.
Declaration
public List<int> CertificateTemplateDegreeDetailIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> | The DegreeIds. |
Code
Gets or sets the Code associated with this CertificateTemplateEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CertificateTemplateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this CertificateTemplateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this CertificateTemplateEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModfiedUserId
Gets or sets the LastModfiedUserId associated with this CertificateTemplateEntity.
Declaration
public int LastModfiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModfiedUserId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CertificateTemplateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
Name
Gets or sets the Name associated with this CertificateTemplateEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
ReportName
Gets or sets the ReportName associated with this CertificateTemplateEntity.
Declaration
public string ReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportName. |
RowVersion
Gets or sets the RowVersion associated with this CertificateTemplateEntity.
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()