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

Inheritance: System.Attribute
Afficher le fichier Open project: Adconsulting/Adc.Odoo

Méthodes publiques

Méthode 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 méthode

public OdooMapAttribute ( OdooType type ) : System
type OdooType
Résultat System

OdooMapAttribute() public méthode

public OdooMapAttribute ( string name ) : System
name string
Résultat System

OdooMapAttribute() public méthode

public OdooMapAttribute ( string name, OdooType type ) : System
name string
type OdooType
Résultat System

OdooMapAttribute() public méthode

public OdooMapAttribute ( string name, OdooType type, bool readOnly ) : System
name string
type OdooType
readOnly bool
Résultat System