EntityObject Class
This is the class is the basis for all perscribed EntityObject classes.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Objects.DataClasses.StructuralObject
System.Data.Entity.Core.Objects.DataClasses.EntityObject
Name | Description | |
---|---|---|
![]() | EntityObject() | Initializes a new instance of the EntityObject class. |
Name | Description | |
---|---|---|
![]() | EntityKey | Gets or sets the key for this object. |
![]() | EntityState | Gets the entity state of the object. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValidValue<T>(T, String, Boolean, Boolean) | Returns a complex type for the specified property.(Inherited from StructuralObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnPropertyChanged(String) | Raises the PropertyChanged event.(Inherited from StructuralObject.) |
![]() | OnPropertyChanging(String) | Raises the PropertyChanging event.(Inherited from StructuralObject.) |
![]() | ReportPropertyChanged(String) | Notifies the change tracker that a property has changed.(Overrides StructuralObject.ReportPropertyChanged(String).) |
![]() | ReportPropertyChanging(String) | Notifies the change tracker that a property change is pending.(Overrides StructuralObject.ReportPropertyChanging(String).) |
![]() | SetValidValue<T>(T, T, String) | Sets a complex object for the specified property.(Inherited from StructuralObject.) |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Notification that a property has been changed.(Inherited from StructuralObject.) |
![]() | PropertyChanging | Notification that a property is about to be changed.(Inherited from StructuralObject.) |
Name | Description | |
---|---|---|
![]() ![]() | IEntityWithChangeTracker.SetChangeTracker(IEntityChangeTracker) | Used by the ObjectStateManager to attach or detach this EntityObject to the cache. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.