DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ItemVersion

    Represents an item version.

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

    Properties

    IsVersionDefault

    Gets or sets a value indicating whether this version is the default version.

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

    IsVersionHistory

    Gets or sets a value indicating whether this version is a history version.

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

    VersionCulture

    Gets or sets the culture of the version.

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

    VersionDate

    Gets or sets the date of the version.

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

    VersionName

    Gets or sets the name of the version.

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

    VersionStatus

    Gets or sets the status of the version.

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

    Extension Methods

    ItemMapperExtension.ToItemVersionInfo(ItemVersion)
    In this article
    Back to top Generated by DocFX