![]() |
SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Utility class to represent a RedDotObject through its name and guid. E.g. used for client side representation or tests. More...
Inheritance diagram for erminas.SmartAPI.Utils.RedDotObjectHandle:
Collaboration diagram for erminas.SmartAPI.Utils.RedDotObjectHandle:Public Member Functions | |
| RedDotObjectHandle (Guid guid, string name) | |
| Create a new handle with a specific Guid and name | |
| RedDotObjectHandle (IRedDotObject rdobject) | |
| Create a handle and initialize its Guid/Name from an exisiting IRedDotObject. | |
Properties | |
| Guid | Guid [get, set] |
| string | Name [get] |
Properties inherited from erminas.SmartAPI.CMS.IRedDotObject | |
| Guid | Guid [get] |
| string | Name [get] |
Utility class to represent a RedDotObject through its name and guid. E.g. used for client side representation or tests.
Definition at line 24 of file RedDotObjectHandle.cs.
| erminas.SmartAPI.Utils.RedDotObjectHandle.RedDotObjectHandle | ( | Guid | guid, |
| string | name | ||
| ) |
Create a new handle with a specific Guid and name
Definition at line 32 of file RedDotObjectHandle.cs.
| erminas.SmartAPI.Utils.RedDotObjectHandle.RedDotObjectHandle | ( | IRedDotObject | rdobject | ) |
Create a handle and initialize its Guid/Name from an exisiting IRedDotObject.
| rdobject | Object from which Guid/Name get retrieved from |
Definition at line 42 of file RedDotObjectHandle.cs.
|
getset |
Definition at line 51 of file RedDotObjectHandle.cs.
|
get |
Definition at line 57 of file RedDotObjectHandle.cs.