C# 클래스 BExIS.Web.Shell.Areas.DCM.Controllers.ImportMetadataStructureSetParametersController

상속: Controller
파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
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