C# Class JDI_Web.Settings.MapInterfaceToElement

ファイルを表示 Open project: epam/JDI Class Usage Examples

Public Methods

Method Description
ClassFromInterface ( Type clazz ) : Type
Init ( Type>.Dictionary map ) : void
Update ( Type>.Dictionary map ) : void

Method Details

ClassFromInterface() public static method

public static ClassFromInterface ( Type clazz ) : Type
clazz System.Type
return System.Type

Init() public static method

public static Init ( Type>.Dictionary map ) : void
map Type>.Dictionary
return void

Update() public static method

public static Update ( Type>.Dictionary map ) : void
map Type>.Dictionary
return void