C# 클래스 Hypermedia.Json.SnakeCaseNamingStrategy

상속: IFieldNamingStrategy
파일 보기 프로젝트 열기: cosullivan/Hypermedia 1 사용 예제들

공개 메소드들

메소드 설명
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