Class ProductVersionHistoryDetailEntity
This class represents the EntityModel interface to the SyVersionInfo database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ProductVersionHistoryDetailEntity : Entity, IIdentifiable
Constructors
ProductVersionHistoryDetailEntity()
Declaration
public ProductVersionHistoryDetailEntity()
Fields
AppliedDateTimeProperty
The AppliedDateTime property.
Declaration
public static readonly EntityProperty AppliedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BuildNumberProperty
The BuildNumber property.
Declaration
public static readonly EntityProperty BuildNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ComponentProperty
The Component property.
Declaration
public static readonly EntityProperty ComponentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HotFixNumberProperty
The HotFixNumber property.
Declaration
public static readonly EntityProperty HotFixNumberProperty
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 |
MajorVersionProperty
The MajorVersion property.
Declaration
public static readonly EntityProperty MajorVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinorVersionProperty
The MinorVersion property.
Declaration
public static readonly EntityProperty MinorVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PatchLetterProperty
The PatchLetter property.
Declaration
public static readonly EntityProperty PatchLetterProperty
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 |
ScriptDateTimeProperty
The ScriptDateTime property.
Declaration
public static readonly EntityProperty ScriptDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VersionNameProperty
The VersionName property.
Declaration
public static readonly EntityProperty VersionNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AppliedDateTime
Gets or sets the AppliedDateTime associated with this ProductVersionHistoryDetailEntity.
Declaration
public DateTime AppliedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The AppliedDateTime. |
BuildNumber
Gets or sets the BuildNumber associated with this ProductVersionHistoryDetailEntity.
Declaration
public string BuildNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BuildNumber. |
Component
Gets or sets the Component associated with this ProductVersionHistoryDetailEntity.
Declaration
public string Component { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Component. |
Description
Gets or sets the Description associated with this ProductVersionHistoryDetailEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
HotFixNumber
Gets or sets the HotFixNumber associated with this ProductVersionHistoryDetailEntity.
Declaration
public int HotFixNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HotFixNumber. |
Id
Gets or sets the Id associated with this ProductVersionHistoryDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
MajorVersion
Gets or sets the MajorVersion associated with this ProductVersionHistoryDetailEntity.
Declaration
public int MajorVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MajorVersion. |
MinorVersion
Gets or sets the MinorVersion associated with this ProductVersionHistoryDetailEntity.
Declaration
public int MinorVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MinorVersion. |
Note
Gets or sets the Note associated with this ProductVersionHistoryDetailEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PatchLetter
Gets or sets the PatchLetter associated with this ProductVersionHistoryDetailEntity.
Declaration
public string PatchLetter { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PatchLetter. |
RowVersion
Gets or sets the RowVersion associated with this ProductVersionHistoryDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScriptDateTime
Gets or sets the ScriptDateTime associated with this ProductVersionHistoryDetailEntity.
Declaration
public DateTime ScriptDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ScriptDateTime. |
VersionName
Gets or sets the VersionName associated with this ProductVersionHistoryDetailEntity.
Declaration
public string VersionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VersionName. |
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()