C# 클래스 SobekCM.Resource_Object.GenericXml.Mapping.GenericXmlMappingSet

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명
build_search_tree void

공개 메소드들

메소드 설명
Add_Display_Tag_To_Ignore ( string Tag ) : void
Add_Path ( GenericXmlPath Path ) : GenericXmlMappingPath
Contains_Path ( GenericXmlPath Path ) : bool
GenericXmlMappingSet ( ) : System

Constructor for a new instance of the GenericXmlMappingSet class

GenericXmlMappingSet ( string MappingName ) : System

Constructor for a new instance of the GenericXmlMappingSet class

Get_Matching_Path_Instructions ( GenericXmlPath Path ) : PathMappingInstructions
Get_Matching_Path_Instructions ( GenericXmlPath Path, string AttributeName ) : PathMappingInstructions
Read ( string MappingSetFile ) : GenericXmlMappingSet
Save ( string MappingSetFile ) : bool

비공개 메소드들

메소드 설명
build_search_tree ( ) : void

메소드 상세

Add_Display_Tag_To_Ignore() 공개 메소드

public Add_Display_Tag_To_Ignore ( string Tag ) : void
Tag string
리턴 void

Add_Path() 공개 메소드

public Add_Path ( GenericXmlPath Path ) : GenericXmlMappingPath
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
리턴 GenericXmlMappingPath

Contains_Path() 공개 메소드

public Contains_Path ( GenericXmlPath Path ) : bool
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
리턴 bool

GenericXmlMappingSet() 공개 메소드

Constructor for a new instance of the GenericXmlMappingSet class
public GenericXmlMappingSet ( ) : System
리턴 System

GenericXmlMappingSet() 공개 메소드

Constructor for a new instance of the GenericXmlMappingSet class
public GenericXmlMappingSet ( string MappingName ) : System
MappingName string The name of this mapping set
리턴 System

Get_Matching_Path_Instructions() 공개 메소드

public Get_Matching_Path_Instructions ( GenericXmlPath Path ) : PathMappingInstructions
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
리턴 PathMappingInstructions

Get_Matching_Path_Instructions() 공개 메소드

public Get_Matching_Path_Instructions ( GenericXmlPath Path, string AttributeName ) : PathMappingInstructions
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
AttributeName string
리턴 PathMappingInstructions

Read() 공개 정적인 메소드

public static Read ( string MappingSetFile ) : GenericXmlMappingSet
MappingSetFile string
리턴 GenericXmlMappingSet

Save() 공개 메소드

public Save ( string MappingSetFile ) : bool
MappingSetFile string
리턴 bool