Table of Contents

Class JsonVersionParserOptions

Namespace: CmlLib.Core.Version
Assembly: CmlLib.Core.dll

public class JsonVersionParserOptions

Inheritance

objectJsonVersionParserOptions

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Fields

ClientSide

public const string ClientSide = "client"

Field Value

string

ServerSide

public const string ServerSide = "server"

Field Value

string

Properties

RulesEvaluator

public IRulesEvaluator RulesEvaluator { get; set; }

Property Value

IRulesEvaluator

Side

public string Side { get; set; }

Property Value

string

SkipError

public bool SkipError { get; set; }

Property Value

bool