Skip to content

easyextensionshelpers ReflectionHelpers

BigMakCode edited this page Aug 5, 2024 · 1 revision

ReflectionHelpers Public class

Description

Reflection helpers.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph EasyExtensions.Helpers
  EasyExtensions.Helpers.ReflectionHelpers[[ReflectionHelpers]]
  end
Loading

Members

Methods

Public Static methods

Returns Name
void CopyMatchingProperties(object source, object destination)
Copy matching properties from source to destination.
IEnumerable<Type> GetTypesOfInterface()

Details

Summary

Reflection helpers.

Methods

GetTypesOfInterface

public static IEnumerable<Type> GetTypesOfInterface<TInterface>()
where TInterface : 

CopyMatchingProperties

public static void CopyMatchingProperties(object source, object destination)
Arguments
Type Name Description
object source Source object.
object destination Destination object.
Summary

Copy matching properties from source to destination.

Generated with ModularDoc

Clone this wiki locally