C# Class ExpressiveAnnotations.MvcUnobtrusive.Helper

Datei anzeigen Open project: jwaliszko/ExpressiveAnnotations

Public Methods

Method Description
GetCoarseType ( Type type ) : string
SegmentsCollide ( IEnumerable listA, IEnumerable listB, string &name, int &level ) : bool

Private Methods

Method Description
ToJson ( this data ) : string

Method Details

GetCoarseType() public static method

public static GetCoarseType ( Type type ) : string
type System.Type
return string

SegmentsCollide() public static method

public static SegmentsCollide ( IEnumerable listA, IEnumerable listB, string &name, int &level ) : bool
listA IEnumerable
listB IEnumerable
name string
level int
return bool