C# 클래스 WowPacketParser.SQL.DBFieldNameAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: TrinityCore/WowPacketParser

공개 프로퍼티들

프로퍼티 타입 설명
Locale LocaleConstant?
StartAtZero bool

공개 메소드들

메소드 설명
DBFieldNameAttribute ( string name, LocaleConstant locale, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System

[addedInVersion, +inf[

DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, LocaleConstant locale, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System

[addedInVersion, +inf[

DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, TargetedDatabase removedInVersion, LocaleConstant locale, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System

[addedInVersion, removedInVersion[

DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, TargetedDatabase removedInVersion, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System

[addedInVersion, removedInVersion[

DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, TargetedDatabase removedInVersion, int count, bool startAtZero = false, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System

[addedInVersion, removedInVersion[

DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System

[addedInVersion, +inf[

DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, int count, bool startAtZero = false, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System

[addedInVersion, +inf[

DBFieldNameAttribute ( string name, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System

matches any version

DBFieldNameAttribute ( string name, int count, bool startAtZero = false, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System

matches any version

IsVisible ( ) : bool
ToString ( ) : string

String representation of the field or group of fields

메소드 상세

DBFieldNameAttribute() 공개 메소드

[addedInVersion, +inf[
public DBFieldNameAttribute ( string name, LocaleConstant locale, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System
name string database field name
locale LocaleConstant initial locale
isPrimaryKey bool true if field is a primary key
noQuotes bool
nullable bool
리턴 System

DBFieldNameAttribute() 공개 메소드

[addedInVersion, +inf[
public DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, LocaleConstant locale, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System
name string database field name
addedInVersion TargetedDatabase initial version
locale LocaleConstant initial locale
isPrimaryKey bool true if field is a primary key
noQuotes bool
nullable bool
리턴 System

DBFieldNameAttribute() 공개 메소드

[addedInVersion, removedInVersion[
public DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, TargetedDatabase removedInVersion, LocaleConstant locale, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System
name string database field name
addedInVersion TargetedDatabase initial version
removedInVersion TargetedDatabase final version
locale LocaleConstant initial locale
isPrimaryKey bool true if field is a primary key
noQuotes bool
nullable bool
리턴 System

DBFieldNameAttribute() 공개 메소드

[addedInVersion, removedInVersion[
public DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, TargetedDatabase removedInVersion, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System
name string database field name
addedInVersion TargetedDatabase initial version
removedInVersion TargetedDatabase final version
isPrimaryKey bool true if field is a primary key
noQuotes bool
nullable bool
리턴 System

DBFieldNameAttribute() 공개 메소드

[addedInVersion, removedInVersion[
public DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, TargetedDatabase removedInVersion, int count, bool startAtZero = false, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System
name string database field name
addedInVersion TargetedDatabase initial version
removedInVersion TargetedDatabase final version
count int number of fields
startAtZero bool true if fields name start at 0
isPrimaryKey bool true if field is a primary key
noQuotes bool
nullable bool
리턴 System

DBFieldNameAttribute() 공개 메소드

[addedInVersion, +inf[
public DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System
name string database field name
addedInVersion TargetedDatabase initial version
isPrimaryKey bool true if field is a primary key
noQuotes bool
nullable bool
리턴 System

DBFieldNameAttribute() 공개 메소드

[addedInVersion, +inf[
public DBFieldNameAttribute ( string name, TargetedDatabase addedInVersion, int count, bool startAtZero = false, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System
name string database field name
addedInVersion TargetedDatabase initial version
count int number of fields
startAtZero bool true if fields name start at 0
isPrimaryKey bool true if field is a primary key
noQuotes bool
nullable bool
리턴 System

DBFieldNameAttribute() 공개 메소드

matches any version
public DBFieldNameAttribute ( string name, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System
name string database field name
isPrimaryKey bool true if field is a primary key
noQuotes bool
nullable bool
리턴 System

DBFieldNameAttribute() 공개 메소드

matches any version
public DBFieldNameAttribute ( string name, int count, bool startAtZero = false, bool isPrimaryKey = false, bool noQuotes = false, bool nullable = false ) : System
name string database field name
count int number of fields
startAtZero bool true if fields name start at 0
isPrimaryKey bool true if field is a primary key
noQuotes bool
nullable bool
리턴 System

IsVisible() 공개 메소드

public IsVisible ( ) : bool
리턴 bool

ToString() 공개 메소드

String representation of the field or group of fields
public ToString ( ) : string
리턴 string

프로퍼티 상세

Locale 공개적으로 프로퍼티

public LocaleConstant? Locale
리턴 LocaleConstant?

StartAtZero 공개적으로 프로퍼티

True if counting should include 0
public bool StartAtZero
리턴 bool