Метод | Описание | |
---|---|---|
Begincreate ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_format_scripts ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_format_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_definition ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_definition ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string scripts, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_format_scripts ( System asyncResult ) : void | ||
Enddelete_format_script ( System asyncResult ) : void | ||
Endget_definition ( System asyncResult ) : string[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_definition ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
PEMFormatScript ( ) : System |
Метод | Описание | |
---|---|---|
create ( string scripts ) : void | ||
delete_all_format_scripts ( ) : void | ||
delete_format_script ( string scripts ) : void | ||
get_definition ( string scripts ) : string[] | ||
get_description ( string scripts ) : string[] | ||
get_list ( ) : string[] | ||
get_version ( ) : string | ||
set_definition ( string scripts, string definitions ) : void | ||
set_description ( string scripts, string descriptions ) : void |
public Begincreate ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_all_format_scripts ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_format_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_definition ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_description ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_definition ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
definitions | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_description ( string scripts, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_all_format_scripts ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_format_script ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endget_definition ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
Результат | string |
public Endset_definition ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |