C# Класс Rock.Extension.ComponentDescription

Helper class for wrapping the properties of a MEF class to use in databinding
Показать файл Открыть проект

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

Метод Описание
ComponentDescription ( int id, Component>.KeyValuePair service ) : System

Initializes a new instance of the ComponentDescription class.

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

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

Initializes a new instance of the ComponentDescription class.
public ComponentDescription ( int id, Component>.KeyValuePair service ) : System
id int The id.
service Component>.KeyValuePair The service.
Результат System