Class Metadata
Represents the Metadata
public class Metadata : StrongEntity
- Inheritance
-
Metadata
- Inherited Members
Constructors
Metadata()
public Metadata()
Properties
Description
The description of the metadata
public string Description { get; set; }
Property Value
IsPublic
Is the metadata publicly available
public bool IsPublic { get; set; }
Property Value
SupportsFaceting
Does it supports faceting
public bool SupportsFaceting { get; set; }