DevForce Help Reference
ScalarEntityReference<T> Class
Members 


Entity type of the scalar value
Implementation of IEntityReference for all scalar references. Internal use only.
Syntax
'Declaration
 
<DataContractAttribute()>
Public Class ScalarEntityReference(Of T As Class) 
   Inherits EntityReferenceBase
'Usage
 
Dim instance As ScalarEntityReference(Of T)
[DataContract()]
public class ScalarEntityReference<T> : EntityReferenceBase 
where T: class
Type Parameters
T
Entity type of the scalar value
Remarks
The DevForce Object Mapper creates a ScalarEntityReference for every navigation property in your domain model which returns a scalar value.
Inheritance Hierarchy

System.Object
      IdeaBlade.EntityModel.ScalarEntityReference<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScalarEntityReference<T> Members
IdeaBlade.EntityModel Namespace

Send Feedback