26.11.1 모델 작성 시 제약 조건 설정
모델 작성 시 특성(Attribute)을 사용해 클래스 속성에 옵션을 줄 수 있다. 주요 특성은 다음과 같다.
• DataType
• Display
• 유효성 검사(Validation) 관련
- Required
- StringLength
- RegularExpression
- Compare
26.11.1 모델 작성 시 제약 조건 설정
모델 작성 시 특성(Attribute)을 사용해 클래스 속성에 옵션을 줄 수 있다. 주요 특성은 다음과 같다.
• DataType
• Display
• 유효성 검사(Validation) 관련
- Required
- StringLength
- RegularExpression
- Compare