C# Класс ET.Obj2Schema.Attributes.LengthAttribute

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

Открытые методы

Метод Описание
LengthAttribute ( int length ) : System
LengthAttribute ( string customLen ) : System

Initializes a new instance of the LengthAttribute class. This is for cases when length is not a single digit (e.g. double in MySql can have length of (10,2)).

Описание методов

LengthAttribute() публичный Метод

public LengthAttribute ( int length ) : System
length int
Результат System

LengthAttribute() публичный Метод

Initializes a new instance of the LengthAttribute class. This is for cases when length is not a single digit (e.g. double in MySql can have length of (10,2)).
public LengthAttribute ( string customLen ) : System
customLen string The custom length declaration.
Результат System