C# Class WowPacketParser.SQL.DBFieldNameAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: TrinityCore/WowPacketParser

Public Properties

Property Type Description
Locale LocaleConstant?
StartAtZero bool

Public Methods

Method Description
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

Method Details

DBFieldNameAttribute() public method

[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
return System

DBFieldNameAttribute() public method

[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
return System

DBFieldNameAttribute() public method

[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
return System

DBFieldNameAttribute() public method

[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
return System

DBFieldNameAttribute() public method

[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
return System

DBFieldNameAttribute() public method

[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
return System

DBFieldNameAttribute() public method

[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
return System

DBFieldNameAttribute() public method

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
return System

DBFieldNameAttribute() public method

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
return System

IsVisible() public method

public IsVisible ( ) : bool
return bool

ToString() public method

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

Property Details

Locale public_oe property

public LocaleConstant? Locale
return LocaleConstant?

StartAtZero public_oe property

True if counting should include 0
public bool StartAtZero
return bool