C# Класс SobekCM.Resource_Object.Bib_Info.Name_Info_MarcRelator_Code

MARC Relator code associated with a Name_Info object
Показать файл Открыть проект

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

Метод Описание
Code_From_Text ( string Text ) : string

Convert from the role text to the corresponding MARC Relator Code

Text_From_Code ( string Code ) : string

Convert to the role text from the corresponding MARC Relator Code

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

Code_From_Text() публичный статический Метод

Convert from the role text to the corresponding MARC Relator Code
public static Code_From_Text ( string Text ) : string
Text string Role text
Результат string

Text_From_Code() публичный статический Метод

Convert to the role text from the corresponding MARC Relator Code
public static Text_From_Code ( string Code ) : string
Code string MARC Relator Code
Результат string