Class JsonVersionParserOptions
Namespace: CmlLib.Core.Version
Assembly: CmlLib.Core.dll
public class JsonVersionParserOptions
Inheritance
object ← JsonVersionParserOptions
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
ServerSide
public const string ServerSide = "server"
Field Value
Properties
RulesEvaluator
public IRulesEvaluator RulesEvaluator { get; set; }
Property Value
Side
public string Side { get; set; }
Property Value
SkipError
public bool SkipError { get; set; }