C# 클래스 Adc.Odoo.Service.Infrastructure.Attributes.OdooMapAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Adconsulting/Adc.Odoo

공개 메소드들

메소드 설명
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