Show / Hide Table of Contents

Class TextFileCache

Cache for text files

Inheritance
object
TextFileCache
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 class TextFileCache

Constructors

TextFileCache()

Declaration
public TextFileCache()

Methods

ReadTextFile(string)

Reads a text file as string

Declaration
public string ReadTextFile(string fileName)
Parameters
Type Name Description
string fileName

Name of the file

Returns
Type Description
string

The file content as string

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX