C# 클래스 OurUmbraco.Powers.BusinessLogic.Data.Pluralizer.SuffixRule

파일 보기 프로젝트 열기: umbraco/OurUmbraco

공개 메소드들

메소드 설명
SuffixRule ( string singular, string plural ) : System
TryToPlural ( string word, string &plural ) : bool
TryToSingular ( string word, string &singular ) : bool

메소드 상세

SuffixRule() 공개 메소드

public SuffixRule ( string singular, string plural ) : System
singular string
plural string
리턴 System

TryToPlural() 공개 메소드

public TryToPlural ( string word, string &plural ) : bool
word string
plural string
리턴 bool

TryToSingular() 공개 메소드

public TryToSingular ( string word, string &singular ) : bool
word string
singular string
리턴 bool