Method | Description | |
---|---|---|
DerivesFromType ( this typeDefinition, string typeName ) : bool | ||
ImplementsBaseType ( this typeReference, string typeName ) : bool | ||
ImplementsCatelModel ( this typeReference ) : bool | ||
ImplementsDataObjectBase ( this typeReference ) : bool | ||
ImplementsModelBase ( this typeReference ) : bool | ||
ImplementsViewModelBase ( this typeReference ) : bool |
public static DerivesFromType ( this typeDefinition, string typeName ) : bool | ||
typeDefinition | this | |
typeName | string | |
return | bool |
public static ImplementsBaseType ( this typeReference, string typeName ) : bool | ||
typeReference | this | |
typeName | string | |
return | bool |
public static ImplementsCatelModel ( this typeReference ) : bool | ||
typeReference | this | |
return | bool |
public static ImplementsDataObjectBase ( this typeReference ) : bool | ||
typeReference | this | |
return | bool |
public static ImplementsModelBase ( this typeReference ) : bool | ||
typeReference | this | |
return | bool |
public static ImplementsViewModelBase ( this typeReference ) : bool | ||
typeReference | this | |
return | bool |