C# 클래스 DCartRestAPIClient.RestAPIClassFactory

파일 보기 프로젝트 열기: 3dcart/REST-API-Client 1 사용 예제들

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