Show / Hide Table of Contents

    Class CustomPropertyMapHandle

    A handle to a custom property map in the SDS2 database

    Inheritance
    System.Object
    CustomPropertyMapHandle
    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.Database
    Assembly: DesignData.SDS2.Database.dll
    Syntax
    public class CustomPropertyMapHandle

    Constructors

    CustomPropertyMapHandle(CustomPropertyMapHandle)

    Declaration
    public CustomPropertyMapHandle(CustomPropertyMapHandle other)
    Parameters
    Type Name Description
    CustomPropertyMapHandle other

    Methods

    Dispose(Boolean)

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

    Finalize()

    Declaration
    protected void Finalize()
    Back to top