C# 클래스 ExpressiveAnnotations.MvcUnobtrusive.Helper

파일 보기 프로젝트 열기: jwaliszko/ExpressiveAnnotations

공개 메소드들

메소드 설명
GetCoarseType ( Type type ) : string
SegmentsCollide ( IEnumerable listA, IEnumerable listB, string &name, int &level ) : bool

비공개 메소드들

메소드 설명
ToJson ( this data ) : string

메소드 상세

GetCoarseType() 공개 정적인 메소드

public static GetCoarseType ( Type type ) : string
type System.Type
리턴 string

SegmentsCollide() 공개 정적인 메소드

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