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

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
Name_Info_Role ( string Role, Name_Info_Role_Type_Enum Role_Type ) : System

Constructor for a new instance of the Name_Info_Role class

Name_Info_Role ( string Role, string Authority ) : System

Constructor for a new instance of the Name_Info_Role class

Name_Info_Role ( string Role, string Authority, Name_Info_Role_Type_Enum Role_Type ) : System

Constructor for a new instance of the Name_Info_Role class

메소드 상세

Name_Info_Role() 공개 메소드

Constructor for a new instance of the Name_Info_Role class
public Name_Info_Role ( string Role, Name_Info_Role_Type_Enum Role_Type ) : System
Role string Text of the role
Role_Type Name_Info_Role_Type_Enum Type of role
리턴 System

Name_Info_Role() 공개 메소드

Constructor for a new instance of the Name_Info_Role class
public Name_Info_Role ( string Role, string Authority ) : System
Role string Text of the role
Authority string Authority for this role term
리턴 System

Name_Info_Role() 공개 메소드

Constructor for a new instance of the Name_Info_Role class
public Name_Info_Role ( string Role, string Authority, Name_Info_Role_Type_Enum Role_Type ) : System
Role string Text of the role
Authority string Authority for this role term
Role_Type Name_Info_Role_Type_Enum Type of role
리턴 System