Property | Type | Description | |
---|---|---|---|
KeyPressValidChars | char[]>.Dictionary | ||
SimpleTypes | Type[] | ||
Validations | Predicate |
Method | Description | |
---|---|---|
ForEachLine ( string filePath, byte dataResources, string>.Action |
Reads all the line of either the filePath (if the file exists) or from byte array dataResources, Apply the action toApplyOnEachLine to each line Uses encoding as the Encoding to read the file or convert the byte array to a string Uses the char # as a comment in the file
|
|
GetAll ( Control control, Type type ) : IEnumerable |
List all the controls children of "control" of type "type" this is recursive, so it find them all
|
|
GetCultureChars ( bool digits, bool neg, bool pos, bool dec = false, bool grp = false, bool e = false ) : char[] | ||
GetCultureChars ( bool timeChars, bool timeSep, bool dateSep, char other ) : char[] | ||
GetFirst ( Control control, Type type ) : Control |
Get the first control of the type type it can find
|
|
IsInvalidKey ( char keyChar, Type itemType ) : bool | ||
IsSimpleType ( this type ) : bool | ||
IsSupportedType ( Type type ) : bool | ||
MeasureHtmlPrefWidth ( string htmlContent, int minWidth, int maxWidth ) : int |
Returns a fair width in which an html can be displayed
|
Method | Description | |
---|---|---|
SubForEachLine ( string filePath, byte dataResources, string>.Action |
public static ForEachLine ( string filePath, byte dataResources, string>.Action |
||
filePath | string | |
dataResources | byte | |
toApplyOnEachLine | string>.Action | |
encoding | Encoding | |
onException | Action |
|
return | bool |
public static GetAll ( Control control, Type type ) : IEnumerable |
||
control | Control | |
type | Type | |
return | IEnumerable |
public static GetCultureChars ( bool digits, bool neg, bool pos, bool dec = false, bool grp = false, bool e = false ) : char[] | ||
digits | bool | |
neg | bool | |
pos | bool | |
dec | bool | |
grp | bool | |
e | bool | |
return | char[] |
public static GetCultureChars ( bool timeChars, bool timeSep, bool dateSep, char other ) : char[] | ||
timeChars | bool | |
timeSep | bool | |
dateSep | bool | |
other | char | |
return | char[] |
public static GetFirst ( Control control, Type type ) : Control | ||
control | Control | |
type | Type | |
return | Control |
public static IsInvalidKey ( char keyChar, Type itemType ) : bool | ||
keyChar | char | |
itemType | Type | |
return | bool |
public static IsSimpleType ( this type ) : bool | ||
type | this | |
return | bool |
public static IsSupportedType ( Type type ) : bool | ||
type | Type | |
return | bool |
public static MeasureHtmlPrefWidth ( string htmlContent, int minWidth, int maxWidth ) : int | ||
htmlContent | string | |
minWidth | int | |
maxWidth | int | |
return | int |
public static Dictionary |
||
return | char[]>.Dictionary |