C# Class erminas.SmartAPI.Utils.RedDotObjectHandle

Utility class to represent a RedDotObject through its name and guid. E.g. used for client side representation or tests.
Inheritance: IRedDotObject
Mostrar archivo Open project: erminas/smartapi Class Usage Examples

Public Methods

Method Description
RedDotObjectHandle ( System.Guid guid, string name ) : System

Create a new handle with a specific Guid and name

RedDotObjectHandle ( IRedDotObject rdobject ) : System

Create a handle and initialize its Guid/Name from an exisiting IRedDotObject.

Method Details

RedDotObjectHandle() public method

Create a new handle with a specific Guid and name
public RedDotObjectHandle ( System.Guid guid, string name ) : System
guid System.Guid
name string
return System

RedDotObjectHandle() public method

Create a handle and initialize its Guid/Name from an exisiting IRedDotObject.
public RedDotObjectHandle ( IRedDotObject rdobject ) : System
rdobject IRedDotObject Object from which Guid/Name get retrieved from
return System