imbTypeQueryExtensions Class |
Namespace: imbSCI.Core.extensions.typeworks
The imbTypeQueryExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| getProperty |
Retrieves PropertyInfo found on path specified
| |
| getRelevantType | ||
| getSPEC | ||
| getTypeGroup |
Returns imbTypeGroup for supplied type
| |
| isBoolean |
Returns TRUE if the type is Boolean or bool
| |
| isCollection |
Returns TRUE if the type has IEnumerable interface implemented
| |
| isCompatibileWith | ||
| isEnum |
Returns TRUE if type is enum. Basicaly it just wraps Type.IsEnum value.
| |
| isNull |
Returns TRUE if the type is DBNull
| |
| isNullable |
Determines whether the specified type is nullable.
| |
| isNumber |
Da li je tip Broj
| |
| isReadWrite | ||
| isSimpleInputEnough |
Returns TRUE if the type is simple enough to be edited with simple text input field
| |
| isStatic | ||
| isText |
Da li je tip tekst ili char
| |
| isTextOrNumber |
Ovo se koristi u smislu> da li je dozvoljeno slobodno upisivanje nove vrednosti kroz InputLine
| |
| isToggleValue |
Returns TRUE if type is: enum, boolean or implements ILimitedValueRange interface
|