Interface IPropertyAccessor
Interface for PropertyAccessor
Namespace: Syncfusion.SfSparkline.iOS
Assembly: Syncfusion.SfSparkline.iOS.dll
Syntax
public interface IPropertyAccessor
Properties
GetMethod
Gets the PropertyAccessor
Declaration
Func<object, object> GetMethod { get; }
Property Value
Type |
---|
System.Func<System.Object, System.Object> |
Methods
GetValue(Object)
Gets the instance of PropertyAccessor
Declaration
object GetValue(object instance)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | To get the instance |
Returns
Type | Description |
---|---|
System.Object | the object |
SetValue(Object, Object)
Sets the instance of PropertyAccessor
Declaration
void SetValue(object instance, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | To get the instance |
System.Object | value | To get the value |