DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleFormData

    Inheritance
    object
    ModuleFormData
    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 ModuleFormData

    Properties

    Controls

    Declaration
    public IEnumerable<ControlInfo> Controls { get; set; }
    Property Value
    Type Description
    IEnumerable<ControlInfo>

    Cultures

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

    HistoryVersion

    Declaration
    public ItemVersionInfo HistoryVersion { get; set; }
    Property Value
    Type Description
    ItemVersionInfo

    IsActivated

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

    IsLocalization

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

    IsNew

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

    IsRequired

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

    IsTranslation

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

    IsValidated

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

    IsVersions

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

    Version

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