EldorADO.NET Class Library

ISingleReferenceWriter.SetValue Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:Eldorado.Object.Entity.ISingleReferenceWriter.SetValue(Eldorado.Object.Entity.IEntity,Eldorado.Object.Entity.IEntity)

[Visual Basic]
Sub SetValue( _
   ByVal sourceEntity As IEntity, _
   ByVal targetEntity As IEntity _
)
[C#]
void SetValue(
   IEntity sourceEntity,
   IEntity targetEntity
);

Parameters

sourceEntity
Missing <param> documentation for sourceEntity
targetEntity
Missing <param> documentation for targetEntity

See Also

ISingleReferenceWriter Interface | Eldorado.Object.Entity Namespace