This documentation is archived and is not being maintained.
StructuralObject Class
Visual Studio 2010
Provides support for code generation in the form of helper methods that are used to set field values for properties.
System::Object
System.Data.Objects.DataClasses::StructuralObject
System.Data.Objects.DataClasses::ComplexObject
System.Data.Objects.DataClasses::EntityObject
System.Data.Objects.DataClasses::StructuralObject
System.Data.Objects.DataClasses::ComplexObject
System.Data.Objects.DataClasses::EntityObject
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The StructuralObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | BinaryEquals | Determines whether the specified byte arrays contain identical values. |
![]() ![]() | DefaultDateTimeValue | Returns the minimum date time value supported by the data source. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetValidValue(array<Byte>) | Returns a copy of the current byte value. |
![]() | GetValidValue<T>(T, String, Boolean, Boolean) | Returns a complex type for the specified property. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnPropertyChanged | Raises the PropertyChanged event. |
![]() | OnPropertyChanging | Raises the PropertyChanging event. |
![]() | ReportPropertyChanged | When overridden in a derived class, raises an event that is used to report that a property change has occurred. |
![]() | ReportPropertyChanging | When overridden in a derived class, raises an event that is used to report that a property change is pending. |
![]() ![]() | SetValidValue(Boolean) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<Boolean>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Byte) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<Byte>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(DateTime) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<DateTime>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(DateTimeOffset) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<DateTimeOffset>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Decimal) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<Decimal>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Double) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<Double>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Guid) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<Guid>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Int16) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<Int16>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Int32) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<Int32>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Int64) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<Int64>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<SByte>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<Single>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<TimeSpan>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<UInt16>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<UInt32>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Nullable<UInt64>) | This method is reserved for future use. |
![]() ![]() | SetValidValue(SByte) | This method is reserved for future use. |
![]() ![]() | SetValidValue(Single) | This method is reserved for future use. |
![]() ![]() | SetValidValue(TimeSpan) | This method is reserved for future use. |
![]() ![]() | SetValidValue(UInt16) | This method is reserved for future use. |
![]() ![]() | SetValidValue(UInt32) | This method is reserved for future use. |
![]() ![]() | SetValidValue(UInt64) | This method is reserved for future use. |
![]() ![]() | SetValidValue(array<Byte>, Boolean) | Returns a copy of the supplied byte array, or nullptr if supported. |
![]() ![]() | SetValidValue(String, Boolean) | Returns a copy of the supplied string, or nullptr if supported. |
![]() | SetValidValue<T>(T, T, String) | Sets a complex object for the specified property. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | VerifyComplexObjectIsNotNull<TComplex> | Verifies that a complex object is not nullptr. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value has changed. |
![]() | PropertyChanging | Occurs when a property value change is a pending. |
StructuralObject is the base class for both EntityObject types and ComplexObject types.
This class is not intended to be used directly in your code.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
