C# Class Hypermedia.Json.DasherizedFieldNamingStrategy

Inheritance: IFieldNamingStrategy
Afficher le fichier Open project: cosullivan/Hypermedia Class Usage Examples

Méthodes publiques

Méthode Description
GetName ( string name ) : string

Returns the name as to how it is represented for this strategy.

ResolveName ( string name ) : string

Resolve the name from the strategy back to the field name.

Method Details

GetName() public méthode

Returns the name as to how it is represented for this strategy.
public GetName ( string name ) : string
name string The name to modified according to the strategy.
Résultat string

ResolveName() public méthode

Resolve the name from the strategy back to the field name.
public ResolveName ( string name ) : string
name string The name that was defined from the strategy.
Résultat string