C# Class Halcyon.HAL.Attributes.HALAttributeConverter

Inheritance: IHALConverter
Afficher le fichier Open project: visualeyes/halcyon Class Usage Examples

Méthodes publiques

Méthode Description
CanConvert ( Type type ) : bool
Convert ( object model ) : HALResponse

Method Details

CanConvert() public méthode

public CanConvert ( Type type ) : bool
type System.Type
Résultat bool

Convert() public méthode

public Convert ( object model ) : HALResponse
model object
Résultat HALResponse