Skip to main content
Version: 0.1.0

Interface IPropertyAccessor

Assembly: RCaron.dll
View Source
Declaration
csharp
public interface IPropertyAccessor
Declaration
csharp
public interface IPropertyAccessor

Methods

Do(Motor, string, ref object?, ref Type?)

View Source
Declaration
csharp
bool Do(Motor motor, string propertyName, ref object? value, ref Type? type)
Declaration
csharp
bool Do(Motor motor, string propertyName, ref object? value, ref Type? type)
Returns

System.Boolean

Parameters
TypeName
RCaron.Motormotor
System.StringpropertyName
System.Objectvalue
System.Typetype

Extension Methods