Class ComponentHandle
A handle for a member component
Inherited Members
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
~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
GetMemberHandle()
The handle for the member that this component is attached to.
Declaration
public MemberHandle GetMemberHandle()
Returns
Type | Description |
---|---|
MemberHandle |