Method | Description | |
---|---|---|
AddNotEmpty ( string separator, string input ) : string | ||
AddNotEmpty2 ( string input, string separator ) : string | ||
AddValue ( StringBuilder &input, string separator, string value ) : void | ||
AddValue ( string &input, string separator, string value ) : void | ||
CalculateHash ( string str ) : int | ||
CanDragAndDrop ( |
||
CheckOLEDBOS ( ) : bool | ||
CheckTaskSchedulerOS ( ) : bool | ||
CheckWebServerOS ( ) : bool | ||
CleanFileName ( string s ) : string | ||
Clone ( Object source ) : Object | ||
CloneSeries ( System.Windows.Forms.DataVisualization.Charting.Series o ) : System.Windows.Forms.DataVisualization.Charting.Series | ||
CompileRazor ( string script, |
||
ConcatCellValues ( Seal.Model.ResultCell cells, string separator ) : string | ||
ConvertDateTimeStandardFormat ( DateTimeStandardFormat format ) : string | ||
ConvertNumericStandardFormat ( NumericStandardFormat format ) : string | ||
CopyProperties ( object src, object dest ) : void | ||
DBNameToDisplayName ( string name ) : string | ||
DatabaseToNetTypeConverter ( object dbValue ) : ColumnType | ||
DbConnectionFromConnectionString ( string connectionString ) : |
||
DisplayDataTable ( |
||
ExecutePrePostSQL ( |
||
FindReplacePattern ( string source, int &index, string pattern, string replace, StringBuilder result ) : bool | ||
FormatMessage ( string message ) : string | ||
GetAllGridEntries ( System.Windows.Forms.PropertyGrid grid ) : System.Windows.Forms.GridItemCollection | ||
GetDataTable ( |
||
GetEnumDescription ( |
||
GetExceptionMessage ( |
||
GetGridEntry ( System.Windows.Forms.PropertyGrid grid, string label ) : System.Windows.Forms.GridItem | ||
GetOleDbConnectionString ( string input, string userName, string password ) : string | ||
GetSystemDriverList ( ) : List |
||
GetUniqueName ( string name, List |
||
IfNullOrEmpty ( string value, string defaultValue ) : string | ||
IsMachineAdministrator ( ) : bool | ||
IsValidOS ( ) : bool | ||
LoadRazorAssemblies ( ) : void | ||
NetTypeConverter ( |
||
ODBCToNetTypeConverter ( string odbcType ) : ColumnType | ||
OdbcTypeConverter ( string dbType ) : ColumnType | ||
OleDbToNetTypeConverter ( OleDbType oleDbTypeNumber ) : |
||
ParseRazor ( string script, object model ) : string | ||
QuoteDouble ( string input ) : string | ||
QuoteSingle ( string input ) : string | ||
RemoveHTMLTags ( string value ) : string | ||
ToHtml ( string value ) : string | ||
ToJS ( bool value ) : string | ||
ToJS ( string value ) : string | ||
WriteLogEntryScheduler ( EventLogEntryType type, string message ) : void | ||
WriteLogEntryWeb ( EventLogEntryType type, string message ) : void |
Method | Description | |
---|---|---|
WriteLogEntry ( string source, EventLogEntryType type, string message ) : void |
public static AddNotEmpty ( string separator, string input ) : string | ||
separator | string | |
input | string | |
return | string |
public static AddNotEmpty2 ( string input, string separator ) : string | ||
input | string | |
separator | string | |
return | string |
public static AddValue ( StringBuilder &input, string separator, string value ) : void | ||
input | StringBuilder | |
separator | string | |
value | string | |
return | void |
public static AddValue ( string &input, string separator, string value ) : void | ||
input | string | |
separator | string | |
value | string | |
return | void |
public static CalculateHash ( string str ) : int | ||
str | string | |
return | int |
public static CanDragAndDrop ( |
||
e | ||
return | bool |
public static CheckTaskSchedulerOS ( ) : bool | ||
return | bool |
public static CleanFileName ( string s ) : string | ||
s | string | |
return | string |
public static Clone ( Object source ) : Object | ||
source | Object | |
return | Object |
public static CloneSeries ( System.Windows.Forms.DataVisualization.Charting.Series o ) : System.Windows.Forms.DataVisualization.Charting.Series | ||
o | System.Windows.Forms.DataVisualization.Charting.Series | |
return | System.Windows.Forms.DataVisualization.Charting.Series |
public static CompileRazor ( string script, |
||
script | string | |
modelType | ||
cacheName | string | |
return | void |
public static ConcatCellValues ( Seal.Model.ResultCell cells, string separator ) : string | ||
cells | Seal.Model.ResultCell | |
separator | string | |
return | string |
public static ConvertDateTimeStandardFormat ( DateTimeStandardFormat format ) : string | ||
format | DateTimeStandardFormat | |
return | string |
public static ConvertNumericStandardFormat ( NumericStandardFormat format ) : string | ||
format | NumericStandardFormat | |
return | string |
public static CopyProperties ( object src, object dest ) : void | ||
src | object | |
dest | object | |
return | void |
public static DBNameToDisplayName ( string name ) : string | ||
name | string | |
return | string |
public static DatabaseToNetTypeConverter ( object dbValue ) : ColumnType | ||
dbValue | object | |
return | ColumnType |
public static DbConnectionFromConnectionString ( string connectionString ) : |
||
connectionString | string | |
return |
public static DisplayDataTable ( |
||
table | ||
return | void |
public static ExecutePrePostSQL ( |
||
connection | ||
sql | string | |
model | object | |
ignoreErrors | bool | |
return | void |
public static FindReplacePattern ( string source, int &index, string pattern, string replace, StringBuilder result ) : bool | ||
source | string | |
index | int | |
pattern | string | |
replace | string | |
result | StringBuilder | |
return | bool |
public static FormatMessage ( string message ) : string | ||
message | string | |
return | string |
public static GetAllGridEntries ( System.Windows.Forms.PropertyGrid grid ) : System.Windows.Forms.GridItemCollection | ||
grid | System.Windows.Forms.PropertyGrid | |
return | System.Windows.Forms.GridItemCollection |
public static GetDataTable ( |
||
connection | ||
sql | string | |
return |
public static GetEnumDescription ( |
||
type | ||
value | Object | |
return | string |
public static GetExceptionMessage ( |
||
ex | ||
return | string |
public static GetGridEntry ( System.Windows.Forms.PropertyGrid grid, string label ) : System.Windows.Forms.GridItem | ||
grid | System.Windows.Forms.PropertyGrid | |
label | string | |
return | System.Windows.Forms.GridItem |
public static GetOleDbConnectionString ( string input, string userName, string password ) : string | ||
input | string | |
userName | string | |
password | string | |
return | string |
public static GetUniqueName ( string name, List |
||
name | string | |
entities | List |
|
return | string |
public static IfNullOrEmpty ( string value, string defaultValue ) : string | ||
value | string | |
defaultValue | string | |
return | string |
public static IsMachineAdministrator ( ) : bool | ||
return | bool |
public static NetTypeConverter ( |
||
netType | ||
return | ColumnType |
public static ODBCToNetTypeConverter ( string odbcType ) : ColumnType | ||
odbcType | string | |
return | ColumnType |
public static OdbcTypeConverter ( string dbType ) : ColumnType | ||
dbType | string | |
return | ColumnType |
public static OleDbToNetTypeConverter ( OleDbType oleDbTypeNumber ) : |
||
oleDbTypeNumber | OleDbType | |
return |
public static ParseRazor ( string script, object model ) : string | ||
script | string | |
model | object | |
return | string |
public static QuoteDouble ( string input ) : string | ||
input | string | |
return | string |
public static QuoteSingle ( string input ) : string | ||
input | string | |
return | string |
public static RemoveHTMLTags ( string value ) : string | ||
value | string | |
return | string |
public static ToHtml ( string value ) : string | ||
value | string | |
return | string |
public static WriteLogEntryScheduler ( EventLogEntryType type, string message ) : void | ||
type | EventLogEntryType | |
message | string | |
return | void |
public static WriteLogEntryWeb ( EventLogEntryType type, string message ) : void | ||
type | EventLogEntryType | |
message | string | |
return | void |