C# Class BExIS.Web.Shell.Controllers.TestController

Inheritance: Controller
Show file Open project: BEXIS2/Core

Public Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult
Add2UnitsAnd1Conversion ( ) : void
DatasetExportTest2 ( ) : void
Index ( System.Int64 id ) : System.Web.Mvc.ActionResult
SimpleMatDematWithExport ( ) : void
XmlEdit ( ) : System.Web.Mvc.ActionResult
XmlShow ( ) : System.Web.Mvc.ActionResult
unit_AfterCommit ( object sender, EventArgs e ) : void
unit_BeforeCommit ( object sender, EventArgs e ) : void

Private Methods

Method Description
Add2UnitsAnd1ConversionUsingAPI ( ) : void
Index2 ( ) : System.Web.Mvc.ActionResult
XmlEditResult ( ) : System.Web.Mvc.ActionResult
addConstraintsTo ( ) : void
addPartyStatusType ( PartyType partyType ) : Dlm.Entities.Party.PartyStatusType
addPartyType ( ) : Dlm.Entities.Party.PartyType
addTestParty ( PartyType partyType, PartyStatusType st ) : Dlm.Entities.Party.Party
addTestPartyCustomAttribute ( Dlm partyType ) : Dlm.Entities.Party.PartyCustomAttribute
addTestPartyCustomAttributeValue ( Dlm party, Dlm partyCustomAttr ) : Dlm.Entities.Party.PartyCustomAttributeValue
addTestPartyRelationship ( Dlm firstParty, Dlm secondParty, PartyRelationshipType prt ) : Dlm.Entities.Party.PartyRelationship
addTestPartyRelationshipType ( PartyType alowedSource, PartyType alowedTarget ) : Dlm.Entities.Party.PartyRelationshipType
addTestPartyStatus ( Dlm party ) : Dlm.Entities.Party.PartyStatus
addTestPartyTypePair ( PartyType alowedSource, PartyType alowedTarget ) : Dlm.Entities.Party.PartyTypePair
createDataset ( ) : Dataset
createDatasetVersion ( ) : System.Int64

create a new dataset, check it out to create the first version, add a tuple to it.

createMetadataAttribute ( ) : void
deleteDataset ( long dsId ) : void
deleteTestParty ( Dlm party ) : void
deleteTestParty ( List parties ) : void
deleteTupleFromDatasetVersion ( long datasetId ) : void
editDatasetVersion ( System.Int64 datasetId ) : void
getAllDatasetVersions ( ) : void
getDataStructures ( ) : void
getDataset ( ) : void
getEffectiveTuples ( System.Int64 versionId ) : void
purgeAll ( ) : void
purgeDataset ( long dsId ) : void
removeContentDescriptor ( ) : void
removePartyRelationship ( Dlm partyRelationship ) : bool
removePartyStatusType ( PartyStatusType partyStatusType ) : void
removePartyType ( PartyType partyType ) : void
removeTestPartyCustomAttribute ( Dlm partyCustomAttr ) : bool
removeTestPartyCustomAttributeValue ( Dlm partyCustomAttrVal ) : bool
removeTestPartyRelationshipType ( List partyRelationshipType ) : bool
removeTestPartyRelationshipType ( PartyRelationshipType partyRelationshipType ) : bool
removeTestPartyTypePair ( List partyTypePairs ) : bool
removeTestPartyTypePair ( PartyTypePair partyTypePair ) : bool
saveDatset ( ) : void
testExtendedProperty ( ) : void
testMetadataStructure ( ) : void
testSecuirty ( ) : void
updateTestParty ( long id ) : void

Method Details

About() public method

public About ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Add2UnitsAnd1Conversion() public method

public Add2UnitsAnd1Conversion ( ) : void
return void

DatasetExportTest2() public method

public DatasetExportTest2 ( ) : void
return void

Index() public method

public Index ( System.Int64 id ) : System.Web.Mvc.ActionResult
id System.Int64
return System.Web.Mvc.ActionResult

SimpleMatDematWithExport() public method

public SimpleMatDematWithExport ( ) : void
return void

XmlEdit() public method

public XmlEdit ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

XmlShow() public method

public XmlShow ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

unit_AfterCommit() public method

public unit_AfterCommit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

unit_BeforeCommit() public method

public unit_BeforeCommit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void