Show / Hide Table of Contents

Class YamlWriter

Write model to YAML file

Inheritance
object
YamlWriter
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Exchange
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class YamlWriter

Methods

ToFileAsync<T>(T, string)

Save obj object to YAML file

Declaration
public static Task ToFileAsync<T>(T obj, string fileName) where T : class
Parameters
Type Name Description
T obj
string fileName
Returns
Type Description
Task
Type Parameters
Name Description
T
☀
☾
Back to top Generated by DocFX