C# 클래스 Nfield.Infrastructure.NfieldSdkInitializer

Used to register the types into the user-defined IoC container.
파일 보기 프로젝트 열기: NIPOSoftware/Nfield-SDK 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( Type>.Action registerTransient, Type>.Action registerSingleton, Object>.Action registerInstance ) : void

Method that registers all known types by calling the delegates provided. This method must be called before using the SDK.

메소드 상세

Initialize() 공개 정적인 메소드

Method that registers all known types by calling the delegates provided. This method must be called before using the SDK.
public static Initialize ( Type>.Action registerTransient, Type>.Action registerSingleton, Object>.Action registerInstance ) : void
registerTransient Type>.Action Method that registers a Transient type.
registerSingleton Type>.Action Method that registers a Singleton.
registerInstance Object>.Action Method that registers an instance.
리턴 void