Show / Hide Table of Contents

    Class AutoStandardSpecification

    An auto standard connection tells the system to use the auto standard system to determine what type of connection to use based on the framing situation.

    Inheritance
    object
    ConnectionSpecification
    AutoStandardSpecification
    Inherited Members
    object.GetType()
    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 sealed class AutoStandardSpecification : ConnectionSpecification

    Constructors

    AutoStandardSpecification()

    An auto standard connection tells the system to use the auto standard system to determine what type of connection to use based on the framing situation.

    Declaration
    public AutoStandardSpecification()

    Methods

    Dispose(bool)

    An auto standard connection tells the system to use the auto standard system to determine what type of connection to use based on the framing situation.

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