Name_Info Class
The name of a person, organization, or event (conference, meeting, etc.) associated in some way with the resource.
Namespace: SobekCM.Resource_Object.Bib_InfoAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Name_Info : XML_Node_Base_Type |
Remarks
Inheritance Hierarchy
Constructors
Methods
Fields
Properties
| Name | Description |
---|
| Actual_ID | Returns the actual id for this node, excluding the special user indicator portion (Inherited from XML_Node_Base_Type.) |
| Affiliation | Gets or sets the simple affiliation associated with this entity |
| Dates | Gets or sets the dates associated with this name entity |
| Description | Gets or sets any related description for this name entity |
| Display_Form | Gets or sets additional information necessary for displaying this name entity |
| Family_Name | Gets or sets the family (last) name associated with this entity |
| Full_Name | Gets or sets the full name of this entity |
| Given_Name | Gets or sets the given (first) names associated with this entity |
| hasData | Gets value specifying if there is data for this name object |
| ID | Gets and sets the ID for this XML node (Inherited from XML_Node_Base_Type.) |
| Main_Entity | Flag indicates if this is the main entity / primary author associated with a digital resource |
| Name_Type | Gets or sets the type of name |
| Role_String | Get the string with all the roles for this user |
| Roles | Gets the collection of roles for this entity |
| Terms_Of_Address | Gets or sets the terms of address associated with this entity |
| User_Submitted | Gets and sets the flag that indicates this node was user-submitted (Inherited from XML_Node_Base_Type.) |
See Also