Affiliation_Info Class
Stores the information about any 'affiliations' associated with this digital 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 Affiliation_Info : XML_Writing_Base_Type |
Remarks
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Affiliation_Info | Constructor for a new empty instance of the Affilation_Info class |
Methods
Properties
| Name | Description |
---|
| Affiliation_XML | Gets or sets the entire XML-safe for this resource |
| Campus | Gets or sets the campus listed in the affililation hierarchy for this resource |
| Center | Gets or sets the center listed in the affililation hierarchy for this resource |
| College | Gets or sets the college listed in the affililation hierarchy for this resource |
| Department | Gets or sets the department listed in the affililation hierarchy for this resource |
| hasData | Flag indicates if this affiliation hierarchy contains any data |
| Institute | Gets or sets the institute listed in the affililation hierarchy for this resource |
| Name_Reference | Gets or sets the reference to a name id within the same resource |
| Section | Gets or sets the section listed in the affililation hierarchy for this resource |
| SubSection | Gets or sets the subsection listed in the affililation hierarchy for this resource |
| Term | Gets or sets the affiliation term associated with this resource |
| Unit | Gets or sets the unit listed in the affililation hierarchy for this resource |
| University | Gets or sets the university listed in the affililation hierarchy for this resource |
See Also