Show / Hide Table of Contents

    Class GroupMemberHandle

    A handle specifically for group members in the SDS2 database

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

    Properties

    CustomPropertyMapHandle

    A handle to the custom properties for this member.

    Declaration
    public CustomPropertyMapHandle CustomPropertyMapHandle { get; }
    Property Value
    Type Description
    CustomPropertyMapHandle

    Methods

    Dispose(Boolean)

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