Show / Hide Table of Contents

    Class ComponentHandle

    A handle for a member component

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

    Methods

    Dispose(Boolean)

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

    Equals(Object)

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

    Finalize()

    Declaration
    protected void Finalize()

    GetGuid()

    A globally unique identifier for this component

    Declaration
    public Guid? GetGuid()
    Returns
    Type Description
    System.Nullable<System.Guid>

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.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