C# 클래스 BExIS.Web.Shell.Areas.RPM.Models.DataAttributeModel

파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DataTypes List
Units List

공개 메소드들

메소드 설명
DataAttributeModel ( ) : System
DataAttributeModel ( DataAttribute dataAttribute, bool showConstraints = false ) : System
DataAttributeModel ( bool showConstraints ) : System

메소드 상세

DataAttributeModel() 공개 메소드

public DataAttributeModel ( ) : System
리턴 System

DataAttributeModel() 공개 메소드

public DataAttributeModel ( DataAttribute dataAttribute, bool showConstraints = false ) : System
dataAttribute BExIS.Dlm.Entities.DataStructure.DataAttribute
showConstraints bool
리턴 System

DataAttributeModel() 공개 메소드

public DataAttributeModel ( bool showConstraints ) : System
showConstraints bool
리턴 System

프로퍼티 상세

DataTypes 공개적으로 프로퍼티

public List DataTypes
리턴 List

Units 공개적으로 프로퍼티

public List Units
리턴 List