C# Class Composite.Data.DynamicTypes.DataTypeDescriptorExtensions

Show file Open project: Orckestra/C1-CMS

Public Methods

Method 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 method

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

ValidateRuntimeType() public static method

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