ComplexObject Class
This is the interface that represent the minimum interface required to be an entity in ADO.NET.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Objects.DataClasses.StructuralObject
System.Data.Entity.Core.Objects.DataClasses.ComplexObject
Name | Description | |
---|---|---|
![]() | ComplexObject() | Initializes a new instance of the ComplexObject class. |
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 of a complex object has changed.(Overrides StructuralObject.ReportPropertyChanged(String).) |
![]() | ReportPropertyChanging(String) | Notifies the change tracker that a property change is pending on a complex object.(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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.