C# 클래스 ET.Obj2Schema.Attributes.LengthAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: etcoding/Obj2Schema

공개 메소드들

메소드 설명
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