C# Class WowPacketParser.SQL.DBFieldNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: TrinityCore/WowPacketParser

Méthodes publiques

Свойство Type Description
Locale LocaleConstant?
StartAtZero bool

Méthodes publiques

Méthode 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 méthode

[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
Résultat System

DBFieldNameAttribute() public méthode

[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
Résultat System

DBFieldNameAttribute() public méthode

[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
Résultat System

DBFieldNameAttribute() public méthode

[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
Résultat System

DBFieldNameAttribute() public méthode

[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
Résultat System

DBFieldNameAttribute() public méthode

[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
Résultat System

DBFieldNameAttribute() public méthode

[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
Résultat System

DBFieldNameAttribute() public méthode

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
Résultat System

DBFieldNameAttribute() public méthode

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
Résultat System

IsVisible() public méthode

public IsVisible ( ) : bool
Résultat bool

ToString() public méthode

String representation of the field or group of fields
public ToString ( ) : string
Résultat string

Property Details

Locale public_oe property

public LocaleConstant? Locale
Résultat LocaleConstant?

StartAtZero public_oe property

True if counting should include 0
public bool StartAtZero
Résultat bool