C# Class ET.Obj2Schema.Attributes.LengthAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: etcoding/Obj2Schema

Méthodes publiques

Méthode Description
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)).

Method Details

LengthAttribute() public méthode

public LengthAttribute ( int length ) : System
length int
Résultat System

LengthAttribute() public méthode

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