C# 클래스 Signum.Engine.DiffIndex

파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Columns List
FilterDefinition string
IndexName string
IsPrimary bool
IsUnique bool
Type DiffIndexType?
ViewName string

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
ColumnsChanged ( DiffTable dif, Index mix ) : bool
GetIndexType ( Index mix ) : DiffIndexType?
IndexEquals ( DiffTable dif, Index mix ) : bool

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Columns 공개적으로 프로퍼티

public List Columns
리턴 List

FilterDefinition 공개적으로 프로퍼티

public string FilterDefinition
리턴 string

IndexName 공개적으로 프로퍼티

public string IndexName
리턴 string

IsPrimary 공개적으로 프로퍼티

public bool IsPrimary
리턴 bool

IsUnique 공개적으로 프로퍼티

public bool IsUnique
리턴 bool

Type 공개적으로 프로퍼티

public DiffIndexType? Type
리턴 DiffIndexType?

ViewName 공개적으로 프로퍼티

public string ViewName
리턴 string