C# Class BExIS.RPM.Model.DataStructureDesignerModel

Mostra 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
getDataStructureTree ( ) : DataStructureTree

getOrderedVariables ( StructuredDataStructure structuredDataStructure ) : List

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

getDataStructureTree() public method

public getDataStructureTree ( ) : DataStructureTree
return DataStructureTree

getOrderedVariables() public method

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

Property Details

inUse public_oe property

public bool inUse
return bool

show public_oe property

public bool show
return bool

structured public_oe property

public bool structured
return bool