Show / Hide Table of Contents

    Class HoleOperationNote

    A user description of a hole operation

    Inheritance
    System.Object
    HoleOperation
    HoleOperationNote
    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.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public class HoleOperationNote : HoleOperation

    Properties

    Note

    A note as a string.

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

    A UTF-8 encoded string that is 29 or fewer bytes long.

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    HoleOperation.Dispose(Boolean)
    Back to top