C# Класс WowPacketParser.SQL.DBFieldNameAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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