C# 클래스 TESVSnip.UI.Services.PluginBase

상속: IDisposable
파일 보기 프로젝트 열기: figment/tesvsnip 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Execute ( IList records ) : void
IsValidSelection ( IList records ) : bool
PluginBase ( ) : System
PluginBase ( string name ) : System
PluginBase ( string name, string displayname ) : System
PluginBase ( string name, string displayname, bool supportSelection ) : System
PluginBase ( string name, string displayname, bool supportSelection, bool supportGlobal ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( IList records ) : void
records IList
리턴 void

IsValidSelection() 공개 메소드

public IsValidSelection ( IList records ) : bool
records IList
리턴 bool

PluginBase() 공개 메소드

public PluginBase ( ) : System
리턴 System

PluginBase() 공개 메소드

public PluginBase ( string name ) : System
name string
리턴 System

PluginBase() 공개 메소드

public PluginBase ( string name, string displayname ) : System
name string
displayname string
리턴 System

PluginBase() 공개 메소드

public PluginBase ( string name, string displayname, bool supportSelection ) : System
name string
displayname string
supportSelection bool
리턴 System

PluginBase() 공개 메소드

public PluginBase ( string name, string displayname, bool supportSelection, bool supportGlobal ) : System
name string
displayname string
supportSelection bool
supportGlobal bool
리턴 System