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
    System.Object
    ConnectionSpecification
    AutoStandardSpecification
    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 sealed class AutoStandardSpecification : ConnectionSpecification

    Constructors

    AutoStandardSpecification()

    Declaration
    public AutoStandardSpecification()

    Methods

    Dispose(Boolean)

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