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.
|
public GetName ( string name ) : string | ||
name | string | The name to modified according to the strategy. |
Résultat | string |
public ResolveName ( string name ) : string | ||
name | string | The name that was defined from the strategy. |
Résultat | string |