C# Class JordanRift.Grassroots.Framework.Helpers.ModelHelpers

ファイルを表示 Open project: JordanRift/Grassroots

Public Methods

Method Description
GetCausesLabelText ( IEnumerable causes ) : string

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

GetKeys ( Type type ) : List

Method Details

GetCausesLabelText() public static method

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

GetKeys() public static method

public static GetKeys ( Type type ) : List
type System.Type
return List