DataWeb
Search Results for

    Show / Hide Table of Contents

    Class DialogVersionData

    Inheritance
    object
    DialogVersionData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure
    Assembly: DataWeb.Core.dll
    Syntax
    public class DialogVersionData

    Properties

    Cultures

    Declaration
    public IEnumerable<List.ListItem> Cultures { get; set; }
    Property Value
    Type Description
    IEnumerable<List.ListItem>

    IsLocalization

    Declaration
    public bool IsLocalization { get; set; }
    Property Value
    Type Description
    bool

    IsTranslation

    Declaration
    public bool IsTranslation { get; set; }
    Property Value
    Type Description
    bool

    Item

    Declaration
    public ItemInfo Item { get; set; }
    Property Value
    Type Description
    ItemInfo

    Versions

    Declaration
    public IEnumerable<ItemVersionInfo> Versions { get; set; }
    Property Value
    Type Description
    IEnumerable<ItemVersionInfo>
    In this article
    Back to top Generated by DocFX