C# Class Qowaiv.SingleValueObjectAttribute

Inheritance: System.Attribute
Mostra file Open project: Corniel/Qowaiv

Public Methods

Method Description
SingleValueObjectAttribute ( SingleValueStaticOptions staticOptions, Type underlyingType ) : System

Initializes a new instance of a single value object attribute.

Private Methods

Method Description
SingleValueObjectAttribute ( ) : System

Method Details

SingleValueObjectAttribute() public method

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. ///
return System