SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.Utils.RedDotObjectHandle Class Reference

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]
 

Detailed Description

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.

Constructor & Destructor Documentation

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.

Parameters
rdobjectObject from which Guid/Name get retrieved from

Definition at line 42 of file RedDotObjectHandle.cs.

Property Documentation

Guid erminas.SmartAPI.Utils.RedDotObjectHandle.Guid
getset

Definition at line 51 of file RedDotObjectHandle.cs.

string erminas.SmartAPI.Utils.RedDotObjectHandle.Name
get

Definition at line 57 of file RedDotObjectHandle.cs.


The documentation for this class was generated from the following file: