C# 클래스 Qowaiv.SingleValueObjectAttribute

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

공개 메소드들

메소드 설명
SingleValueObjectAttribute ( SingleValueStaticOptions staticOptions, Type underlyingType ) : System

Initializes a new instance of a single value object attribute.

비공개 메소드들

메소드 설명
SingleValueObjectAttribute ( ) : System

메소드 상세

SingleValueObjectAttribute() 공개 메소드

Initializes a new instance of a single value object attribute.
public SingleValueObjectAttribute ( SingleValueStaticOptions staticOptions, Type underlyingType ) : System
staticOptions SingleValueStaticOptions /// The available static options of the single value object. ///
underlyingType System.Type /// The underlying type of the single value object. ///
리턴 System