Show / Hide Table of Contents

Class TypeTool

Inheritance
object
TypeTool
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 TypeTool

Methods

GetInstanceProperties(Type)

Declaration
public static List<PropertyInfo> GetInstanceProperties(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
List<PropertyInfo>

GetTypeProperties(Type)

Declaration
public static List<PropertyInfo> GetTypeProperties(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
List<PropertyInfo>
☀
☾
Back to top Generated by DocFX