StructuralObject Class

 

This class contains the common methods need for an date object.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)


[SerializableAttribute]
[DataContractAttribute(IsReference = true)]
public abstract class StructuralObject : INotifyPropertyChanging, 
	INotifyPropertyChanged

NameDescription
System_CAPS_protmethodStructuralObject()

Initializes a new instance of the StructuralObject class.

NameDescription
System_CAPS_protmethodSystem_CAPS_staticBinaryEquals(Byte[], Byte[])

Determines whether the specified byte arrays contain identical values.

System_CAPS_protmethodSystem_CAPS_staticDefaultDateTimeValue()

Returns the minimum date time value supported by the data source.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_staticGetValidValue(Byte[])

Returns a copy of the current byte value.

System_CAPS_protmethodGetValidValue<T>(T, String, Boolean, Boolean)

Returns a complex type for the specified property.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnPropertyChanged(String)

Raises the PropertyChanged event.

System_CAPS_protmethodOnPropertyChanging(String)

Raises the PropertyChanging event.

System_CAPS_protmethodReportPropertyChanged(String)

Raises an event that is used to report that a property change has occurred.

System_CAPS_protmethodReportPropertyChanging(String)

Raises an event that is used to report that a property change is pending.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Boolean)

Makes sure the Boolean value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Boolean, String)

Makes sure the Boolean value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Byte)

Makes sure the Byte value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Byte, String)

Makes sure the Byte value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Byte[], Boolean)

Makes sure the T:System.Byte[] value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Byte[], Boolean, String)

Makes sure the T:System.Byte[] value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(DateTime)

Makes sure the DateTime value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(DateTime, String)

Makes sure the DateTime value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(DateTimeOffset)

Makes sure the DateTimeOffset value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(DateTimeOffset, String)

Makes sure the DateTimeOffset value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(DbGeography, Boolean)

Validates that the property is not null, and throws if it is.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(DbGeography, Boolean, String)

Validates that the property is not null, and throws if it is.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(DbGeometry, Boolean)

Validates that the property is not null, and throws if it is.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(DbGeometry, Boolean, String)

Validates that the property is not null, and throws if it is.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Decimal)

Makes sure the Decimal value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Decimal, String)

Makes sure the Decimal value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Double)

Makes sure the Double value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Double, String)

Makes sure the Double value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Guid)

Makes sure the Guid value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Guid, String)

Makes sure the Guid value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Int16)

Makes sure the Int16 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Int16, String)

Makes sure the Int16 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Int32)

Makes sure the Int32 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Int32, String)

Makes sure the Int32 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Int64)

Makes sure the Int64 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Int64, String)

Makes sure the Int64 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Boolean>)

Makes sure the Boolean value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Boolean>, String)

Makes sure the Boolean value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Byte>)

Makes sure the Byte value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Byte>, String)

Makes sure the Byte value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<DateTime>)

Makes sure the DateTime value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<DateTime>, String)

Makes sure the DateTime value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<DateTimeOffset>)

Makes sure the DateTimeOffset value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<DateTimeOffset>, String)

Makes sure the DateTimeOffset value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Decimal>)

Makes sure the Decimal value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Decimal>, String)

Makes sure the Decimal value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Double>)

Makes sure the Double value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Double>, String)

Makes sure the Double value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Guid>)

Makes sure the Guid value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Guid>, String)

Makes sure the Guid value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Int16>)

Makes sure the Int16 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Int16>, String)

Makes sure the Int16 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Int32>)

Makes sure the Int32 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Int32>, String)

Makes sure the Int32 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Int64>)

Makes sure the Int64 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Int64>, String)

Makes sure the Int64 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<SByte>)

Makes sure the SByte value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<SByte>, String)

Makes sure the SByte value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Single>)

Makes sure the Single value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<Single>, String)

Makes sure the Single value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<TimeSpan>)

Makes sure the TimeSpan value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<TimeSpan>, String)

Makes sure the TimeSpan value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<UInt16>)

Makes sure the UInt16 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<UInt16>, String)

Makes sure the UInt16 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<UInt32>)

Makes sure the UInt32 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<UInt32>, String)

Makes sure the UInt32 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<UInt64>)

Makes sure the UInt64 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Nullable<UInt64>, String)

Makes sure the UInt64 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(SByte)

Makes sure the SByte value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(SByte, String)

Makes sure the SByte value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Single)

Makes sure the Single value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(Single, String)

Makes sure the Single value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(String, Boolean)

Validates that the property is not null, and throws if it is.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(String, Boolean, String)

Validates that the property is not null, and throws if it is.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(TimeSpan)

Makes sure the TimeSpan value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(TimeSpan, String)

Makes sure the TimeSpan value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(UInt16)

Makes sure the UInt16 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(UInt16, String)

Makes sure the UInt16 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(UInt32)

Makes sure the UInt32 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(UInt32, String)

Makes sure the UInt32 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(UInt64)

Makes sure the UInt64 value being set for a property is valid.

System_CAPS_protmethodSystem_CAPS_staticSetValidValue(UInt64, String)

Makes sure the UInt64 value being set for a property is valid.

System_CAPS_protmethodSetValidValue<T>(T, T, String)

Sets a complex object for the specified property.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_staticVerifyComplexObjectIsNotNull<TComplex>(TComplex, String)

Verifies that a complex object is not null.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticEntityKeyPropertyName

Public constant name used for change tracking Providing this definition allows users to use this constant instead of hard-coding the string. This helps to ensure the property name is correct and allows faster comparisons in places where we are looking for this specific string. Users can still use the case-sensitive string directly instead of the constant, it will just be slightly slower on comparison. Including the dash (-) character around the name ensures that this will not conflict with a real data property, because -EntityKey- is not a valid identifier name

NameDescription
System_CAPS_pubeventPropertyChanged

Notification that a property has been changed.

System_CAPS_pubeventPropertyChanging

Notification that a property is about to be changed.

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