BriefItem_DescTermValue Class
A single value for a metadata term, which may also have a collection of URIs referenced
Namespace: SobekCM.Core.BriefItemAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class BriefItem_DescTermValue |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_URI | Add a single URI to this value |
Properties
| Name | Description |
---|
| Authority | Authority which may be linked to this value (optional) |
| Language | Language of this value (optional) |
| SubTerm | Sub-term (or display label), which may be associated with this value (optional) |
| URIs | URI references related to this single value |
| Value | String version of this single value for a metadata term/type |
See Also