C# Class Composite.Data.DynamicTypes.DataTypeDescriptorExtensions

Afficher le fichier Open project: Orckestra/C1-CMS

Méthodes publiques

Méthode Description
GetFullInterfaceName ( this dataTypeDescriptor ) : string

This method returns the full interface name. F.e. "Composite.Data.Types.IPage"

ValidateRuntimeType ( this dataTypeDescriptor ) : bool

This method will return false if the type is not code generated and does exists

Method Details

GetFullInterfaceName() public static méthode

This method returns the full interface name. F.e. "Composite.Data.Types.IPage"
public static GetFullInterfaceName ( this dataTypeDescriptor ) : string
dataTypeDescriptor this
Résultat string

ValidateRuntimeType() public static méthode

This method will return false if the type is not code generated and does exists
public static ValidateRuntimeType ( this dataTypeDescriptor ) : bool
dataTypeDescriptor this
Résultat bool