C# Class Telerik.Web.Mvc.Extensions.TypeExtensions

Show file Open project: juanplopes/simple-telerik

Private Methods

Method Description
AddInterface ( List types, Type type ) : void
AreArgumentsApplicable ( IEnumerable arguments, IEnumerable parameters ) : bool
DefaultValue ( this type ) : object
FindGenericType ( this type, Type genericType ) : Type
FindPropertyOrField ( this type, string memberName ) : MemberInfo
FindPropertyOrField ( this type, string memberName, bool staticAccess ) : MemberInfo
FirstSortableProperty ( this type ) : string
GetIndexerPropertyInfo ( this type ) : PropertyInfo
GetName ( this type ) : string
GetNonNullableType ( this type ) : Type
GetNumericTypeKind ( this type ) : int
GetTypeName ( this type ) : string
IsCompatibleWith ( this source, Type target ) : bool
IsDataRow ( this type ) : bool
IsDateTime ( this type ) : bool
IsEnumType ( this type ) : bool
IsNullableType ( this type ) : bool
IsNumericType ( this type ) : bool
IsPredefinedType ( this type ) : bool
IsSignedIntegralType ( this type ) : bool
IsUnsignedIntegralType ( this type ) : bool
SelfAndBaseClasses ( this type ) : IEnumerable
SelfAndBaseTypes ( this type ) : IEnumerable
ToJavaScriptType ( this type ) : string