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

    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