Class ProductVersionHistoryDetail
This class represents the EntityModel interface to the SyVersionInfo database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ProductVersionHistoryDetail
Constructors
ProductVersionHistoryDetail()
Declaration
public ProductVersionHistoryDetail()
Properties
AppliedDateTime
Gets or sets the AppliedDateTime associated with this ProductVersionHistoryDetail.
Declaration
public DateTime AppliedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The AppliedDateTime. |
BuildNumber
Gets or sets the BuildNumber associated with this ProductVersionHistoryDetail.
Declaration
public string BuildNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BuildNumber. |
Component
Gets or sets the Component associated with this ProductVersionHistoryDetail.
Declaration
public string Component { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Component. |
Description
Gets or sets the Description associated with this ProductVersionHistoryDetail.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Description. |
HotFixNumber
Gets or sets the HotFixNumber associated with this ProductVersionHistoryDetail.
Declaration
public int HotFixNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The HotFixNumber. |
Id
Gets or sets the Id associated with this ProductVersionHistoryDetail.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
MajorVersion
Gets or sets the MajorVersion associated with this ProductVersionHistoryDetail.
Declaration
public int MajorVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The MajorVersion. |
MinorVersion
Gets or sets the MinorVersion associated with this ProductVersionHistoryDetail.
Declaration
public int MinorVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The MinorVersion. |
Note
Gets or sets the Note associated with this ProductVersionHistoryDetail.
Declaration
public string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Note. |
PatchLetter
Gets or sets the PatchLetter associated with this ProductVersionHistoryDetail.
Declaration
public string PatchLetter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PatchLetter. |
ScriptDateTime
Gets or sets the ScriptDateTime associated with this ProductVersionHistoryDetail.
Declaration
public DateTime ScriptDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The ScriptDateTime. |
VersionName
Gets or sets the VersionName associated with this ProductVersionHistoryDetail.
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()
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. |