[Missing <summary> documentation for "M:Breeze.Sharp.StructuralAspect.SetDpValue(Breeze.Sharp.DataProperty,System.Object)"]
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
protected internal abstract void SetDpValue(
DataProperty dp,
Object newValue
)
Protected Friend MustOverride Sub SetDpValue (
dp As DataProperty,
newValue As Object
)
protected public:
virtual void SetDpValue(
DataProperty^ dp,
Object^ newValue
) abstract
abstract SetDpValue :
dp : DataProperty *
newValue : Object -> unit
Parameters
- dp
- Type: Breeze.SharpDataProperty
- newValue
- Type: SystemObject
Reference