C# Класс BExIS.Web.Shell.Controllers.TestController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

About() публичный Метод

public About ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Add2UnitsAnd1Conversion() публичный Метод

public Add2UnitsAnd1Conversion ( ) : void
Результат void

DatasetExportTest2() публичный Метод

public DatasetExportTest2 ( ) : void
Результат void

Index() публичный Метод

public Index ( System.Int64 id ) : System.Web.Mvc.ActionResult
id System.Int64
Результат System.Web.Mvc.ActionResult

SimpleMatDematWithExport() публичный Метод

public SimpleMatDematWithExport ( ) : void
Результат void

XmlEdit() публичный Метод

public XmlEdit ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

XmlShow() публичный Метод

public XmlShow ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

unit_AfterCommit() публичный Метод

public unit_AfterCommit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

unit_BeforeCommit() публичный Метод

public unit_BeforeCommit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void