Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreatedPackageSchemaDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    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
    Type Description
    Guid
    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
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • TableName
    • Properties
      • Id
      • Name
      • PackageId
      • UpdateDate
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX