Class CreatedPackageSchemaDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class CreatedPackageSchemaDto
Fields
TableName
Declaration
public const string TableName = null
Field Value
Type |
Description |
System.String |
|
Properties
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PackageId
Declaration
public Guid PackageId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
UpdateDate
Declaration
public DateTime UpdateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|