Search Results for

    Show / Hide Table of Contents

    Class CreatedPackageSchemaDto

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