Click or drag to resize

imbTypeQueryExtensions Methods

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The imbTypeQueryExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic membergetProperty
Retrieves PropertyInfo found on path specified
Public methodStatic membergetRelevantType
Gets the Type that is relevant for specified MemberInfo. If the mi is Type its ok too
Public methodStatic membergetSPEC
Public methodStatic membergetTypeGroup
Returns imbTypeGroup for supplied type
Public methodStatic memberisBoolean
Returns TRUE if the type is Boolean or bool
Public methodStatic memberisCollection
Returns TRUE if the type has IEnumerable interface implemented
Public methodStatic memberisCompatibileWith
Determines whether the MemberInfomi is IsAssignableFrom(Type) the specified targetType
Public methodStatic memberisEnum
Returns TRUE if type is enum. Basicaly it just wraps Type.IsEnum value.
Public methodStatic memberisNull
Returns TRUE if the type is DBNull
Public methodStatic memberisNullable
Determines whether the specified type is nullable.
Public methodStatic memberisNumber
Da li je tip Broj
Public methodStatic memberisReadWrite
Public methodStatic memberisSimpleInputEnough
Returns TRUE if the type is simple enough to be edited with simple text input field
Public methodStatic memberisStatic
Public methodStatic memberisText
Da li je tip tekst ili char
Public methodStatic memberisTextOrNumber
Ovo se koristi u smislu> da li je dozvoljeno slobodno upisivanje nove vrednosti kroz InputLine
Public methodStatic memberisToggleValue
Returns TRUE if type is: enum, boolean or implements ILimitedValueRange interface
Top
See Also