Show / Hide Table of Contents

    Class ConnectionSpecification

    Specification to design specific connection types. This is a base class, all options are found on derived connection types.

    Inheritance
    object
    ConnectionSpecification
    AutoStandardSpecification
    BearingSpecification
    BentPlateSpecification
    ClipAngleSpecification
    ColumnAutoBaseCapPlateSpecification
    ColumnUserBaseCapPlateSpecification
    EndPlateSpecification
    FlushFramedShearSpecification
    FullyWeldedSpecification
    HorzBracePlateSpecification
    PlainEndSpecification
    SeatedSpecification
    ShearTabSpecification
    SplicePlateSpecification
    UserDefinedSpecification
    VertBracePlateSpecification
    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 ConnectionSpecification

    Methods

    Dispose(bool)

    Specification to design specific connection types. This is a base class, all options are found on derived connection types.

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

    ~ConnectionSpecification()

    Specification to design specific connection types. This is a base class, all options are found on derived connection types.

    Declaration
    protected ~ConnectionSpecification()
    Back to top