The BrightstarEntityObject type exposes the following members.

Methods

  NameDescription
Public methodAttach
Attaches the object to the specified context
Public methodBecome<(Of <<'(T>)>>)
Returns an new entity object bound to the same resource as this entity object
Public methodDetach
Removes the object from its current context
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetKey
Returns the key for this object.
Public methodGetRelatedLiteralPropertiesCollection<(Of <<'(T>)>>)
Returns the collection of literal values for a property of this entity
Public methodGetRelatedObject<(Of <<'(T>)>>)
Invoked by the generated class to retrieve the value of a property whose type is another entity
Public methodGetRelatedObjects<(Of <<'(T>)>>)
Invoked by the generated class to retrieve the collection of related entities for a specific property
Public methodGetRelatedProperty<(Of <<'(T>)>>)
Returns the value of a property of the object
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCreated
Runs after the entity object is created by the specified context. It is not necessary to call the base method.
Protected methodOnPropertyChanged
Raises the PropertyChanged event
Public methodReportPropertyChanged
Invoked by the generated class after the value of a scalar property has been modified
Public methodReportPropertyChanging
Invoked by generated class prior to changing the value of a scalar property
Protected methodSetKey
Sets the key for this object
Public methodSetRelatedLiteralPropertiesCollection<(Of <<'(T>)>>)
Sets a collection of literals as a property value on this entity.
Public methodSetRelatedObject<(Of <<'(T>)>>)
Invoked by the generated class to change the value of a property whose type is another entity
Public methodSetRelatedObjects<(Of <<'(T>)>>)
Sets the collection of related entities for a specific property
Public methodSetRelatedProperty
Updates the property of a domain object
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnbecome<(Of <<'(T>)>>)
Removes a type binding from this entity object

See Also