Table of Contents

Class Metadata

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

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

string

IsPublic

Is the metadata publicly available

public bool IsPublic { get; set; }

Property Value

bool

SupportsFaceting

Does it supports faceting

public bool SupportsFaceting { get; set; }

Property Value

bool