Struct NLSMap.NDPair
Localized Name:Description pair
Implements
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.Serialization.JSON
Assembly: NFX.dll
Syntax
public struct NDPair : IJSONWritable
Fields
Description
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
ISO
Declaration
public readonly int ISO
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
IsAssigned
Declaration
public bool IsAssigned { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Explicit Interface Implementations
IJSONWritable.WriteAsJSON(TextWriter, Int32, JSONWritingOptions)
Declaration
void IJSONWritable.WriteAsJSON(TextWriter wri, int nestingLevel, JSONWritingOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.TextWriter | wri | |
| System.Int32 | nestingLevel | |
| JSONWritingOptions | options |