C# Класс BExIS.Web.Shell.Areas.DCM.Controllers.ImportMetadataStructureSetParametersController

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

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

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

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

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

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

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

public GetAllXPathsOfSimpleAttributes ( ) : List
Результат List

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

public Save ( ParametersModel model ) : System.Web.Mvc.ActionResult
model BExIS.Web.Shell.Areas.DCM.Models.ImportMetadata.ParametersModel
Результат System.Web.Mvc.ActionResult

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

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

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

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

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

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