C# 클래스 X.Services.Extensions.ExtensionLite

상속: IExtensionLite
파일 보기 프로젝트 열기: liquidboy/X 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetValueFromProperty string

공개 메소드들

메소드 설명
ExtensionLite ( ) : CoreLib.Extensions
ExtensionLite ( AppExtension ext, IPropertySet properties ) : CoreLib.Extensions
LoadUWPExtension ( ) : System.Threading.Tasks.Task
MakeUWPCommandCall ( string commandCall, string serviceName ) : Task
UnloadUWPExtension ( ) : void
UpdateUWPExtension ( AppExtension ext ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
GetValueFromProperty ( object propertyValue ) : string

메소드 상세

ExtensionLite() 공개 메소드

public ExtensionLite ( ) : CoreLib.Extensions
리턴 CoreLib.Extensions

ExtensionLite() 공개 메소드

public ExtensionLite ( AppExtension ext, IPropertySet properties ) : CoreLib.Extensions
ext AppExtension
properties IPropertySet
리턴 CoreLib.Extensions

LoadUWPExtension() 공개 메소드

public LoadUWPExtension ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

MakeUWPCommandCall() 공개 메소드

public MakeUWPCommandCall ( string commandCall, string serviceName ) : Task
commandCall string
serviceName string
리턴 Task

UnloadUWPExtension() 공개 메소드

public UnloadUWPExtension ( ) : void
리턴 void

UpdateUWPExtension() 공개 메소드

public UpdateUWPExtension ( AppExtension ext ) : System.Threading.Tasks.Task
ext AppExtension
리턴 System.Threading.Tasks.Task