Show / Hide Table of Contents

    Class ComponentHandle

    A handle for a member component

    Inheritance
    object
    ComponentHandle
    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 ComponentHandle

    Methods

    Dispose(bool)

    A handle for a member component

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

    Equals(object)

    A handle for a member component

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

    ~ComponentHandle()

    A handle for a member component

    Declaration
    protected ~ComponentHandle()

    GetGuid()

    A globally unique identifier for this component

    Declaration
    public Guid? GetGuid()
    Returns
    Type Description
    Guid?

    GetHashCode()

    A handle for a member component

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

    GetMemberHandle()

    The handle for the member that this component is attached to.

    Declaration
    public MemberHandle GetMemberHandle()
    Returns
    Type Description
    MemberHandle
    Back to top