Show / Hide Table of Contents

    Class Nut

    A nut, on a bolt

    Inheritance
    object
    Nut
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public class Nut

    Properties

    NutType

    the type of nut used

    Declaration
    public NutType NutType { get; set; }
    Property Value
    Type Description
    NutType
    Exceptions
    Type Condition
    NotAddedException

    Thrown when setting data on the object without having added it to a transaction

    NotLockedException

    Thrown when reading or writing the property of a bolt that was added to a transaction but is unlocked

    Methods

    Dispose(bool)

    A nut, on a bolt

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

    ~Nut()

    A nut, on a bolt

    Declaration
    protected ~Nut()
    Back to top