C# 클래스 JordanRift.Grassroots.Framework.Helpers.ModelHelpers

파일 보기 프로젝트 열기: JordanRift/Grassroots

공개 메소드들

메소드 설명
GetCausesLabelText ( IEnumerable causes ) : string

Returns a string describing the nature of the collectin of causes passed in.

GetKeys ( Type type ) : List

메소드 상세

GetCausesLabelText() 공개 정적인 메소드

Returns a string describing the nature of the collectin of causes passed in.
public static GetCausesLabelText ( IEnumerable causes ) : string
causes IEnumerable Collection of causes
리턴 string

GetKeys() 공개 정적인 메소드

public static GetKeys ( Type type ) : List
type System.Type
리턴 List