DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Item.SectionPart

    Represents a section part of an item, which contains data for a specific section of the item.

    Inheritance
    object
    Item.SectionPart
    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 Item.SectionPart

    Properties

    Id

    Gets or sets the unique identifier.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    IdMaster

    Gets or sets the unique identifier.

    Declaration
    public string IdMaster { get; set; }
    Property Value
    Type Description
    string

    IsActivated

    Gets or sets a value indicating whether the section part is activated.

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

    IsValidated

    Gets or sets a value indicating whether the section part is validated.

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

    IsVersionDefault

    Gets or sets a value indicating whether the section part is the default version for the section data.

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

    IsVersionHistory

    Gets or sets a value indicating whether the section part is a version history.

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

    ModifiedFields

    Gets or sets the modified fields for the section part.

    Declaration
    public List<string> ModifiedFields { get; set; }
    Property Value
    Type Description
    List<string>

    Section

    Gets or sets the section for the section part.

    Declaration
    public Section Section { get; set; }
    Property Value
    Type Description
    Section

    SectionData

    Gets or sets the section data for the section part.

    Declaration
    public Dictionary<string, object> SectionData { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>

    SectionDataName

    Gets or sets the name of the section data for the section part.

    Declaration
    public string SectionDataName { get; set; }
    Property Value
    Type Description
    string

    VersionCulture

    Gets or sets the version culture for the section part.

    Declaration
    public string VersionCulture { get; set; }
    Property Value
    Type Description
    string

    VersionDate

    Gets or sets the version date for the section part.

    Declaration
    public DateTimeOffset? VersionDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    VersionName

    Gets or sets the version name for the section part.

    Declaration
    public string VersionName { get; set; }
    Property Value
    Type Description
    string

    VersionStatus

    Gets or sets the version status for the section part.

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