C# Class BExIS.Web.Shell.Areas.DCM.Controllers.ImportMetadataStructureSetParametersController

Inheritance: Controller
Datei anzeigen Open project: BEXIS2/Core

Public Methods

Method Description
GetAllXPathsOfSimpleAttributes ( ) : List
Save ( ParametersModel model ) : System.Web.Mvc.ActionResult
SetEntityName ( string name ) : System.Web.Mvc.ActionResult
ShowListOfMetadataNodesForDescriptionReciever ( string Id ) : System.Web.Mvc.ActionResult
ShowListOfMetadataNodesForTitleReciever ( string Id ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
AddReferenceToMetadatStructure ( string nodeName, string nodePath, string nodeType, string destinationPath, XmlDocument xmlDoc ) : XmlDocument
GetDisplayName ( string xpath ) : string
GetEntityList ( ) : List
GetMetadataNodes ( ) : List
SetParameters ( int index ) : System.Web.Mvc.ActionResult
SetParameters ( int index, string name = null ) : System.Web.Mvc.ActionResult
ShowListOfMetadataNodesDescription ( ) : System.Web.Mvc.ActionResult
ShowListOfMetadataNodesTitle ( ) : System.Web.Mvc.ActionResult
StoreParametersToMetadataStruture ( long id, string titlePath, string descriptionPath, string entity, string mappingFilePathImport, string mappingFilePathExport ) : void

Method Details

GetAllXPathsOfSimpleAttributes() public method

public GetAllXPathsOfSimpleAttributes ( ) : List
return List

Save() public method

public Save ( ParametersModel model ) : System.Web.Mvc.ActionResult
model BExIS.Web.Shell.Areas.DCM.Models.ImportMetadata.ParametersModel
return System.Web.Mvc.ActionResult

SetEntityName() public method

public SetEntityName ( string name ) : System.Web.Mvc.ActionResult
name string
return System.Web.Mvc.ActionResult

ShowListOfMetadataNodesForDescriptionReciever() public method

public ShowListOfMetadataNodesForDescriptionReciever ( string Id ) : System.Web.Mvc.ActionResult
Id string
return System.Web.Mvc.ActionResult

ShowListOfMetadataNodesForTitleReciever() public method

public ShowListOfMetadataNodesForTitleReciever ( string Id ) : System.Web.Mvc.ActionResult
Id string
return System.Web.Mvc.ActionResult