Show / Hide Table of Contents

    Class PlainEndSpecification

    This tells the system not to design a connection.

    Inheritance
    object
    ConnectionSpecification
    PlainEndSpecification
    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 PlainEndSpecification : ConnectionSpecification

    Constructors

    PlainEndSpecification()

    This tells the system not to design a connection.

    Declaration
    public PlainEndSpecification()

    Methods

    Dispose(bool)

    This tells the system not to design a connection.

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