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