C# Class BExIS.Web.Shell.Areas.RPM.Models.DataAttributeModel

Show file Open project: BEXIS2/Core Class Usage Examples

Public Properties

Property Type Description
DataTypes List
Units List

Public Methods

Method Description
DataAttributeModel ( ) : System
DataAttributeModel ( DataAttribute dataAttribute, bool showConstraints = false ) : System
DataAttributeModel ( bool showConstraints ) : System

Method Details

DataAttributeModel() public method

public DataAttributeModel ( ) : System
return System

DataAttributeModel() public method

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

DataAttributeModel() public method

public DataAttributeModel ( bool showConstraints ) : System
showConstraints bool
return System

Property Details

DataTypes public property

public List DataTypes
return List

Units public property

public List Units
return List