Show / Hide Table of Contents

    Class FabricatorHandle

    A handle to a fabricator

    Inheritance
    object
    FabricatorHandle
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Database
    Assembly: DesignData.SDS2.Database.dll
    Syntax
    public class FabricatorHandle

    Constructors

    FabricatorHandle()

    A handle to a fabricator

    Declaration
    public FabricatorHandle()

    Methods

    Dispose(bool)

    A handle to a fabricator

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

    Equals(object)

    A handle to a fabricator

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    ~FabricatorHandle()

    A handle to a fabricator

    Declaration
    protected ~FabricatorHandle()

    GetHashCode()

    A handle to a fabricator

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    Back to top