C# 클래스 SobekCM.Core.Configuration.BriefItemMapping_Configuration

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add_MappingSet ( BriefItemMapping_Set NewSet ) : void

Add a new mapping set

BriefItemMapping_Configuration ( ) : System

Constructor for a new instance of the BriefItemMapping_Configuration class

GetMappingSet ( string SetName ) : BriefItemMapping_Set

Get a brief item mapping set, by set name

메소드 상세

Add_MappingSet() 공개 메소드

Add a new mapping set
public Add_MappingSet ( BriefItemMapping_Set NewSet ) : void
NewSet BriefItemMapping_Set New brief item mapping set
리턴 void

BriefItemMapping_Configuration() 공개 메소드

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

GetMappingSet() 공개 메소드

Get a brief item mapping set, by set name
public GetMappingSet ( string SetName ) : BriefItemMapping_Set
SetName string Name of the set.
리턴 BriefItemMapping_Set