Class EncodingSettings
Contains settings to influence encoding.
Inheritance
System.Object
EncodingSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class EncodingSettings
Constructors
EncodingSettings()
Creates encoding settings.
Declaration
public EncodingSettings()
Fields
Default
Gets the default settings.
Declaration
public static EncodingSettings Default
Field Value
EncodingSettings
|
Properties
VerifyShortestPath
Gets or sets the verify shortest path flag.
Declaration
public bool VerifyShortestPath { get; set; }
Property Value
System.Boolean
|