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

Show file Open project: BEXIS2/Core

Public Properties

Property Type Description
inUse bool
show bool
structured bool

Public Methods

Method Description
BuildDataTable ( ) : void

DataStructureDesignerModel ( ) : System

GetDataAttributeList ( ) : void

GetDataStructureByID ( long ID, bool structured ) : DataStructure

GetDataStructureByID ( long ID ) : StructuredDataStructure
fillDatasetList ( ) : void
getDataStructureTree ( ) : DataStructureTree

getOrderedVariableStructs ( StructuredDataStructure structuredDataStructure ) : List
getOrderedVariables ( StructuredDataStructure structuredDataStructure ) : List

Private Methods

Method Description
getDescription ( Variable v ) : string

Method Details

BuildDataTable() public method

public BuildDataTable ( ) : void
return void

DataStructureDesignerModel() public method

public DataStructureDesignerModel ( ) : System
return System

GetDataAttributeList() public method

public GetDataAttributeList ( ) : void
return void

GetDataStructureByID() public method

public GetDataStructureByID ( long ID, bool structured ) : DataStructure
ID long
structured bool
return DataStructure

GetDataStructureByID() public method

public GetDataStructureByID ( long ID ) : StructuredDataStructure
ID long
return BExIS.Dlm.Entities.DataStructure.StructuredDataStructure

fillDatasetList() public method

public fillDatasetList ( ) : void
return void

getDataStructureTree() public method

public getDataStructureTree ( ) : DataStructureTree
return DataStructureTree

getOrderedVariableStructs() public method

public getOrderedVariableStructs ( StructuredDataStructure structuredDataStructure ) : List
structuredDataStructure BExIS.Dlm.Entities.DataStructure.StructuredDataStructure
return List

getOrderedVariables() public method

public getOrderedVariables ( StructuredDataStructure structuredDataStructure ) : List
structuredDataStructure BExIS.Dlm.Entities.DataStructure.StructuredDataStructure
return List

Property Details

inUse public property

public bool inUse
return bool

show public property

public bool show
return bool

structured public property

public bool structured
return bool