DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Item.MasterPart

    Represents a master part of an item, which contains metadata about the item such as its Id, label, status, and completion status.

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

    Properties

    DateCreated

    Gets or sets the date and time that the master part was created.

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

    DateModified

    Gets or sets the date and time that the master part was last modified.

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

    IdMaster

    Gets or sets the unique identifier.

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

    IsCompleted

    Gets or sets the completion status of the master part.

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

    Label

    Gets or sets the label of the master part.

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

    Status

    Gets or sets the status of the master part.

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