Method | Description | |
---|---|---|
GetGeneGetGenricArgumentCount ( this instance ) : int | ||
GetMappedProperties ( this instance ) : System.Reflection.PropertyInfo[] |
Get properties of a type that do not have the 'NotMapped' attribute
|
|
ImplementsICollectionInterface ( this instance ) : bool |
Gets a value indicating if the instance implementses the ICollection interface.
|
|
IsDynamicType ( this instance ) : bool | ||
IsGenericType ( this instance ) : bool | ||
IsGenericTypeWithFirstDynamicTypeArgument ( this instance ) : bool |
public static GetGeneGetGenricArgumentCount ( this instance ) : int | ||
instance | this | |
return | int |
public static GetMappedProperties ( this instance ) : System.Reflection.PropertyInfo[] | ||
instance | this | Type to examine for properites |
return | System.Reflection.PropertyInfo[] |
public static ImplementsICollectionInterface ( this instance ) : bool | ||
instance | this | The instance. |
return | bool |
public static IsDynamicType ( this instance ) : bool | ||
instance | this | |
return | bool |
public static IsGenericType ( this instance ) : bool | ||
instance | this | |
return | bool |
public static IsGenericTypeWithFirstDynamicTypeArgument ( this instance ) : bool | ||
instance | this | |
return | bool |