C# Класс Hypermedia.Json.SnakeCaseNamingStrategy

Наследование: IFieldNamingStrategy
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetName() публичный Метод

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.
Результат string

ResolveName() публичный Метод

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.
Результат string