C# 클래스 SobekCM.Resource_Object.Bib_Info.Name_Info_MarcRelator_Code

MARC Relator code associated with a Name_Info object
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
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