C# Класс Adc.Odoo.Service.Infrastructure.Attributes.OdooMapAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
OdooMapAttribute ( OdooType type ) : System
OdooMapAttribute ( string name ) : System
OdooMapAttribute ( string name, OdooType type ) : System
OdooMapAttribute ( string name, OdooType type, bool readOnly ) : System

Описание методов

OdooMapAttribute() публичный Метод

public OdooMapAttribute ( OdooType type ) : System
type OdooType
Результат System

OdooMapAttribute() публичный Метод

public OdooMapAttribute ( string name ) : System
name string
Результат System

OdooMapAttribute() публичный Метод

public OdooMapAttribute ( string name, OdooType type ) : System
name string
type OdooType
Результат System

OdooMapAttribute() публичный Метод

public OdooMapAttribute ( string name, OdooType type, bool readOnly ) : System
name string
type OdooType
readOnly bool
Результат System