View_Object Class
Objects contains data about a particular view for this item in SobekCM
Namespace: SobekCM.Resource_Object.BehaviorsAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class View_Object : IEquatable<View_Object> |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_METS | Returns the METS behavior associated with this viewer |
| Equals | Checks to see if this view is equal to another view |
| Viewer_Code_By_Type | Gets the SobekCM viewer code, by viewer type |
Properties
| Name | Description |
---|
| Attributes | Gets and sets any additional attributes needed for this SobekCM View |
| FileName | Gets and sets the filename needed for this SobekCM View |
| Label | Gets and sets the label for this SobekCM View |
| View_Type | Gets and sets the standard type of SobekCM View |
| Viewer_Codes | Gets the SobekCM viewer code, by viewer type |
See Also