C# Класс erminas.SmartAPI.Utils.RedDotObjectHandle

Utility class to represent a RedDotObject through its name and guid. E.g. used for client side representation or tests.
Наследование: IRedDotObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

RedDotObjectHandle() публичный Метод

Create a new handle with a specific Guid and name
public RedDotObjectHandle ( System.Guid guid, string name ) : System
guid System.Guid
name string
Результат System

RedDotObjectHandle() публичный Метод

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
Результат System