Table of Contents

Class ChartKeySerializableAttribute

Namespace
ChartTools.IO.Chart.Serializing
Assembly
ChartTools.dll
public class ChartKeySerializableAttribute : KeySerializableAttribute
Inheritance
ChartKeySerializableAttribute
Inherited Members
Extension Methods

Constructors

ChartKeySerializableAttribute(string)

public ChartKeySerializableAttribute(string key)

Parameters

key string

Properties

Format

public override FileType Format { get; }

Property Value

FileType

Methods

GetSerializable(object)

public static IEnumerable<(string key, string value)> GetSerializable(object source)

Parameters

source object

Returns

IEnumerable<(string key, string value)>

GetValueString(object)

protected override string GetValueString(object propValue)

Parameters

propValue object

Returns

string