C# 클래스 Shaolinq.IndexAttribute

상속: System.Attribute, ICloneable
파일 보기 프로젝트 열기: tumtumtum/Shaolinq

공개 메소드들

메소드 설명
Clone ( ) : object
IndexAttribute ( ) : System
IndexAttribute ( string indexName ) : System
IndexAttribute ( string indexName, bool unique ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

IndexAttribute() 공개 메소드

public IndexAttribute ( ) : System
리턴 System

IndexAttribute() 공개 메소드

public IndexAttribute ( string indexName ) : System
indexName string
리턴 System

IndexAttribute() 공개 메소드

public IndexAttribute ( string indexName, bool unique ) : System
indexName string
unique bool
리턴 System