C# Class SobekCM.Resource_Object.Bib_Info.Name_Info_Role

Mostra file Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
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

Method Details

Name_Info_Role() public method

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
return System

Name_Info_Role() public method

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
return System

Name_Info_Role() public method

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
return System