C# Class SobekCM.Core.Configuration.BriefItemMapping_Configuration

Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Add_MappingSet() public method

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

BriefItemMapping_Configuration() public method

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

GetMappingSet() public method

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