Show / Hide Table of Contents

Class StringAttributeExtensions

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

Methods

IsDateAttributeField(string)

Declaration
public static bool IsDateAttributeField(this string attribute)
Parameters
Type Name Description
string attribute
Returns
Type Description
bool

IsNumericAttributeField(string)

Declaration
public static bool IsNumericAttributeField(this string attribute)
Parameters
Type Name Description
string attribute
Returns
Type Description
bool

IsTextAttributeField(string)

Declaration
public static bool IsTextAttributeField(this string attribute)
Parameters
Type Name Description
string attribute
Returns
Type Description
bool

RemoveAttributePrefix(string)

Declaration
public static string RemoveAttributePrefix(this string attribute)
Parameters
Type Name Description
string attribute
Returns
Type Description
string

ToDateAttributeField(string)

Declaration
public static string ToDateAttributeField(this string attribute)
Parameters
Type Name Description
string attribute
Returns
Type Description
string

ToNumericAttributeField(string)

Declaration
public static string ToNumericAttributeField(this string attribute)
Parameters
Type Name Description
string attribute
Returns
Type Description
string

ToTextAttributeField(string)

Declaration
public static string ToTextAttributeField(this string attribute)
Parameters
Type Name Description
string attribute
Returns
Type Description
string
☀
☾
Back to top Generated by DocFX