C# Class DCartRestAPIClient.RestAPIClassFactory

Afficher le fichier Open project: 3dcart/REST-API-Client Class Usage Examples

Private Properties

Свойство Type Description
Initialize void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Initialize ( ) : void

Intialize to perform the mapping of id and class name

Method Details

GetRestAPIClassType() public méthode

Create the instance of specific product using reflection
public GetRestAPIClassType ( RestAPIType restAPIType ) : IRestAPIType
restAPIType RestAPIType
Résultat IRestAPIType

RestAPIClassFactory() public méthode

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
Résultat System