C# Класс SobekCM.Resource_Object.Configuration.Metadata_Mapping_Config

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Get_Module ( ) : iBibliographicMapper

Creates the bibliographic mapping object, from the provided code assembly, namespace, and class

Metadata_Mapping_Config ( ) : System

Constructor for a new instance of the Metadata_Mapping_Config class

Metadata_Mapping_Config ( string Name, string Code_Namespace, string Code_Class, string Code_Assembly ) : System

Constructor for a new instance of the Metadata_Mapping_Config class

Описание методов

Get_Module() публичный Метод

Creates the bibliographic mapping object, from the provided code assembly, namespace, and class
public Get_Module ( ) : iBibliographicMapper
Результат iBibliographicMapper

Metadata_Mapping_Config() публичный Метод

Constructor for a new instance of the Metadata_Mapping_Config class
public Metadata_Mapping_Config ( ) : System
Результат System

Metadata_Mapping_Config() публичный Метод

Constructor for a new instance of the Metadata_Mapping_Config class
public Metadata_Mapping_Config ( string Name, string Code_Namespace, string Code_Class, string Code_Assembly ) : System
Name string Name used for identifying this metadata mapping configuration
Code_Namespace string Namespace within which this metadata mapping object appears
Code_Class string Class name for the metadata mapping object
Code_Assembly string Assembly name of the DLL which holds this metadata mapping object
Результат System