Table of Contents

Class FacetValue

Namespace
Si.Srp.Models.Greeks.External.API.Facet
Assembly
Si.Srp.Models.Greeks.dll

Represents the value of a facet

public sealed class FacetValue
Inheritance
FacetValue
Inherited Members

Constructors

FacetValue()

public FacetValue()

Properties

Id

The Id of the value

public long Id { get; set; }

Property Value

long

Name

The name of the value

public string Name { get; set; }

Property Value

string