Метод | Описание | |
---|---|---|
AddGraphLinks ( ) : void | ||
AddGraphLinksRj ( ) : void | ||
Delete ( string tableName, string name, bool dbconOpened ) : void | ||
HasFall ( string tableName, string typeName ) : bool | ||
HasWeight ( string tableName, string typeName ) : bool | ||
JumpRjTypeInsert ( string myJump, bool dbconOpened ) : void | ||
JumpRjTypeInsert ( string myJump, bool dbconOpened, |
||
JumpTypeInsert ( string myJump, bool dbconOpened ) : void | ||
JumpTypeInsert ( string myJump, bool dbconOpened, |
||
SelectAndReturnJumpRjType ( string typeName, bool dbconOpened ) : JumpType, | ||
SelectAndReturnJumpType ( string typeName, bool dbconOpened ) : JumpType, | ||
SelectJumpRjTypes ( string allJumpsName, bool onlyName ) : string[] | ||
SelectJumpRjTypesNew ( string allJumpsName, bool onlyName ) : List | ||
SelectJumpTypes ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : string[] | ||
SelectJumpTypesNew ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : List | ||
Update ( string nameOld, string nameNew ) : void | ||
UpdateOther ( string column, string typeName, string newValue ) : void |
Метод | Описание | |
---|---|---|
createTableJumpRjType ( ) : void | ||
createTableJumpType ( ) : void | ||
initializeTableJumpRjType ( ) : void | ||
initializeTableJumpType ( ) : void |
public static AddGraphLinksRj ( ) : void | ||
Результат | void |
public static Delete ( string tableName, string name, bool dbconOpened ) : void | ||
tableName | string | |
name | string | |
dbconOpened | bool | |
Результат | void |
public static HasFall ( string tableName, string typeName ) : bool | ||
tableName | string | |
typeName | string | |
Результат | bool |
public static HasWeight ( string tableName, string typeName ) : bool | ||
tableName | string | |
typeName | string | |
Результат | bool |
public static JumpRjTypeInsert ( string myJump, bool dbconOpened ) : void | ||
myJump | string | |
dbconOpened | bool | |
Результат | void |
public static JumpRjTypeInsert ( string myJump, bool dbconOpened, |
||
myJump | string | |
dbconOpened | bool | |
mycmd | ||
Результат | void |
public static JumpTypeInsert ( string myJump, bool dbconOpened ) : void | ||
myJump | string | |
dbconOpened | bool | |
Результат | void |
public static JumpTypeInsert ( string myJump, bool dbconOpened, |
||
myJump | string | |
dbconOpened | bool | |
mycmd | ||
Результат | void |
public static SelectAndReturnJumpRjType ( string typeName, bool dbconOpened ) : JumpType, | ||
typeName | string | |
dbconOpened | bool | |
Результат | JumpType, |
public static SelectAndReturnJumpType ( string typeName, bool dbconOpened ) : JumpType, | ||
typeName | string | |
dbconOpened | bool | |
Результат | JumpType, |
public static SelectJumpRjTypes ( string allJumpsName, bool onlyName ) : string[] | ||
allJumpsName | string | |
onlyName | bool | |
Результат | string[] |
public static SelectJumpRjTypesNew ( string allJumpsName, bool onlyName ) : List | ||
allJumpsName | string | |
onlyName | bool | |
Результат | List |
public static SelectJumpTypes ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : string[] | ||
dbconOpened | bool | |
allJumpsName | string | |
filter | string | |
onlyName | bool | |
Результат | string[] |
public static SelectJumpTypesNew ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : List | ||
dbconOpened | bool | |
allJumpsName | string | |
filter | string | |
onlyName | bool | |
Результат | List |
public static Update ( string nameOld, string nameNew ) : void | ||
nameOld | string | |
nameNew | string | |
Результат | void |
public static UpdateOther ( string column, string typeName, string newValue ) : void | ||
column | string | |
typeName | string | |
newValue | string | |
Результат | void |
protected static createTableJumpRjType ( ) : void | ||
Результат | void |
protected static createTableJumpType ( ) : void | ||
Результат | void |
protected static initializeTableJumpRjType ( ) : void | ||
Результат | void |
protected static initializeTableJumpType ( ) : void | ||
Результат | void |