C# Класс DCartRestAPIClient.RestAPIClassFactory

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Initialize void

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

Метод Описание
GetRestAPIClassType ( RestAPIType restAPIType ) : IRestAPIType

Create the instance of specific product using reflection

RestAPIClassFactory ( ) : System

Not to allow to create the instance of the class. Initialization will be done at very first time when the instance will be created

Приватные методы

Метод Описание
Initialize ( ) : void

Intialize to perform the mapping of id and class name

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

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

Create the instance of specific product using reflection
public GetRestAPIClassType ( RestAPIType restAPIType ) : IRestAPIType
restAPIType RestAPIType
Результат IRestAPIType

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

Not to allow to create the instance of the class. Initialization will be done at very first time when the instance will be created
public RestAPIClassFactory ( ) : System
Результат System