C# 클래스 Hypermedia.Metadata.Runtime.ResourceInflector

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

공개 프로퍼티들

프로퍼티 타입 설명
KnownPlurals string>.IDictionary

공개 메소드들

메소드 설명
Pluralize ( string word ) : string

Return the plural of the given word.

메소드 상세

Pluralize() 공개 메소드

Return the plural of the given word.
public Pluralize ( string word ) : string
word string The word to return the plural for.
리턴 string

프로퍼티 상세

KnownPlurals 공개적으로 정적으로 프로퍼티

public static IDictionary KnownPlurals
리턴 string>.IDictionary