C# Class Adc.Odoo.Service.Infrastructure.Attributes.OdooMapAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: Adconsulting/Adc.Odoo

Public Methods

Method Description
OdooMapAttribute ( OdooType type ) : System
OdooMapAttribute ( string name ) : System
OdooMapAttribute ( string name, OdooType type ) : System
OdooMapAttribute ( string name, OdooType type, bool readOnly ) : System

Method Details

OdooMapAttribute() public method

public OdooMapAttribute ( OdooType type ) : System
type OdooType
return System

OdooMapAttribute() public method

public OdooMapAttribute ( string name ) : System
name string
return System

OdooMapAttribute() public method

public OdooMapAttribute ( string name, OdooType type ) : System
name string
type OdooType
return System

OdooMapAttribute() public method

public OdooMapAttribute ( string name, OdooType type, bool readOnly ) : System
name string
type OdooType
readOnly bool
return System