Show / Hide Table of Contents

    Class SheetRevision

    Information about a sheet revision

    Inheritance
    System.Object
    SheetRevision
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Detail
    Assembly: DesignData.SDS2.Detail.dll
    Syntax
    public class SheetRevision

    Properties

    Description

    A description of this revision

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    System.String

    Designation

    The name of this revision

    Declaration
    public string Designation { get; }
    Property Value
    Type Description
    System.String

    RevisionDate

    The data this revision was created

    Declaration
    public DateTime? RevisionDate { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    User1

    The first user on the sheet revision line

    Declaration
    public string User1 { get; }
    Property Value
    Type Description
    System.String

    User2

    The second user on the sheet revision line

    Declaration
    public string User2 { get; }
    Property Value
    Type Description
    System.String

    User3

    The third user on the sheet revision line

    Declaration
    public string User3 { get; }
    Property Value
    Type Description
    System.String

    User4

    The fourth user on the sheet revision line

    Declaration
    public string User4 { get; }
    Property Value
    Type Description
    System.String

    Methods

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Finalize()

    Declaration
    protected void Finalize()
    Back to top