ByReferencePropertyExtension Class

This property extension also manages how to respond to selections on the designer surface. Since we are receiving notifications of selected properties and entity types from the Entity Designer we can ensure that the right feed tree is selected and the right property within that feed tree is selected.

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Integration.Entity.Extensions..::..ByReferencePropertyExtension

Namespace:  Microsoft.VisualStudio.Data.Tools.Integration.Entity.Extensions
Assembly:  Microsoft.VisualStudio.Data.Tools.Integration (in Microsoft.VisualStudio.Data.Tools.Integration.dll)

Syntax

'Declaration
Public Class ByReferencePropertyExtension
'Usage
Dim instance As ByReferencePropertyExtension
public class ByReferencePropertyExtension
public ref class ByReferencePropertyExtension
type ByReferencePropertyExtension =  class end
public class ByReferencePropertyExtension

The ByReferencePropertyExtension type exposes the following members.

Properties

  Name Description
Public property ConfigurationsModel Gets {insert text here}.
Public property HydratedModel Gets {insert text here}.
Public property ModelBus Gets {insert text here}.
Public property StorageReference Gets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Integration.Entity.Extensions Namespace