BriefItemMapping_Mapper Class
Settings for the mapping from the full SobekCM_Item to the BriefItem
which is used by the item viewers
Namespace: SobekCM.Core.ConfigurationAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("BriefItemMapperClass")]
[DataContractAttribute]
public class BriefItemMapping_Mapper |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Assembly | Assembly name for the mapping object |
| Class | Complete qualified (with namespace) name of the class for the mapping object |
| Enabled | Gets or sets a value indicating whether this mapping in enabled |
| MappingObject | Constructred mapping object class implementing the IBriefItemMapper interface |
See Also