Method | Description | |
---|---|---|
Insert ( string myPulse, bool dbconOpened ) : void | ||
SelectAndReturnPulseType ( string typeName ) : PulseType, | ||
SelectPulseTypes ( string allPulsesName, bool onlyName ) : string[] |
Method | Description | |
---|---|---|
createTablePulseType ( ) : void | ||
initializeTablePulseType ( ) : void |
public static Insert ( string myPulse, bool dbconOpened ) : void | ||
myPulse | string | |
dbconOpened | bool | |
return | void |
public static SelectAndReturnPulseType ( string typeName ) : PulseType, | ||
typeName | string | |
return | PulseType, |
public static SelectPulseTypes ( string allPulsesName, bool onlyName ) : string[] | ||
allPulsesName | string | |
onlyName | bool | |
return | string[] |
protected static createTablePulseType ( ) : void | ||
return | void |
protected static initializeTablePulseType ( ) : void | ||
return | void |