Class ExposeGuidImplementor
Directly implements IExposeGuid.
Implements
Inherited Members
Namespace: TheXDS.MCART.Types
Assembly: MCART.dll
Syntax
public class ExposeGuidImplementor : IExposeGuid
Constructors
| Edit this page View SourceExposeGuidImplementor(object)
Directly implements IExposeGuid.
Declaration
public ExposeGuidImplementor(object o)
Parameters
Type | Name | Description |
---|---|---|
object | o | Object from which to expose the Guid; typically this. |
Properties
| Edit this page View SourceGuid
Gets the Guid associated with this object.
Declaration
public virtual Guid Guid { get; }
Property Value
Type | Description |
---|---|
Guid |