[Missing <summary> documentation for "M:Breeze.Sharp.EntityAspect.SetValue(System.String,System.Object)"]
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public override void SetValue(
string propertyName,
Object newValue
)
Public Overrides Sub SetValue (
propertyName As String,
newValue As Object
)
public:
virtual void SetValue(
String^ propertyName,
Object^ newValue
) override
abstract SetValue :
propertyName : string *
newValue : Object -> unit
override SetValue :
propertyName : string *
newValue : Object -> unit
Parameters
- propertyName
- Type: SystemString
- newValue
- Type: SystemObject
Reference