Expand Minimize
This topic has not yet been rated - Rate this topic

StructuralObject.SetValidValue Method

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Protected method Static member SetValidValue(Boolean) Makes sure the Boolean value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Boolean>) Makes sure the Boolean value being set for a property is valid.
Protected method Static member SetValidValue(Byte) Makes sure the Byte value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Byte>) Makes sure the Byte value being set for a property is valid.
Protected method Static member SetValidValue(DateTime) Makes sure the DateTime value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<DateTime>) Makes sure the DateTime value being set for a property is valid.
Protected method Static member SetValidValue(DateTimeOffset) Makes sure the DateTimeOffset value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<DateTimeOffset>) Makes sure the DateTimeOffset value being set for a property is valid.
Protected method Static member SetValidValue(Decimal) Makes sure the Decimal value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Decimal>) Makes sure the Decimal value being set for a property is valid.
Protected method Static member SetValidValue(Double) Makes sure the Double value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Double>) Makes sure the Double value being set for a property is valid.
Protected method Static member SetValidValue(Guid) Makes sure the Guid value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Guid>) Makes sure the Guid value being set for a property is valid.
Protected method Static member SetValidValue(Int16) Makes sure the Int16 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Int16>) Makes sure the Int16 value being set for a property is valid.
Protected method Static member SetValidValue(Int32) Makes sure the Int32 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Int32>) Makes sure the Int32 value being set for a property is valid.
Protected method Static member SetValidValue(Int64) Makes sure the Int64 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Int64>) Makes sure the Int64 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<SByte>) Makes sure the SByte value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Single>) Makes sure the Single value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<TimeSpan>) Makes sure the TimeSpan value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<UInt16>) Makes sure the UInt16 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<UInt32>) Makes sure the UInt32 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<UInt64>) Makes sure the UInt64 value being set for a property is valid.
Protected method Static member SetValidValue(SByte) Makes sure the SByte value being set for a property is valid.
Protected method Static member SetValidValue(Single) Makes sure the Single value being set for a property is valid.
Protected method Static member SetValidValue(TimeSpan) Makes sure the TimeSpan value being set for a property is valid.
Protected method Static member SetValidValue(UInt16) Makes sure the UInt16 value being set for a property is valid.
Protected method Static member SetValidValue(UInt32) Makes sure the UInt32 value being set for a property is valid.
Protected method Static member SetValidValue(UInt64) Makes sure the UInt64 value being set for a property is valid.
Protected method Static member SetValidValue(Boolean, String) Makes sure the Boolean value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Boolean>, String) Makes sure the Boolean value being set for a property is valid.
Protected method Static member SetValidValue(Byte, String) Makes sure the Byte value being set for a property is valid.
Protected method Static member SetValidValue(Byte[], Boolean) Makes sure the Byte value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Byte>, String) Makes sure the Byte value being set for a property is valid.
Protected method Static member SetValidValue(DateTime, String) Makes sure the DateTime value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<DateTime>, String) Makes sure the DateTime value being set for a property is valid.
Protected method Static member SetValidValue(DateTimeOffset, String) Makes sure the DateTimeOffset value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<DateTimeOffset>, String) Makes sure the DateTimeOffset value being set for a property is valid.
Protected method Static member SetValidValue(DbGeography, Boolean) Validates that the property is not null, and throws if it is.
Protected method Static member SetValidValue(DbGeometry, Boolean) Validates that the property is not null, and throws if it is.
Protected method Static member SetValidValue(Decimal, String) Makes sure the Decimal value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Decimal>, String) Makes sure the Decimal value being set for a property is valid.
Protected method Static member SetValidValue(Double, String) Makes sure the Double value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Double>, String) Makes sure the Double value being set for a property is valid.
Protected method Static member SetValidValue(Guid, String) Makes sure the Guid value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Guid>, String) Makes sure the Guid value being set for a property is valid.
Protected method Static member SetValidValue(Int16, String) Makes sure the Int16 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Int16>, String) Makes sure the Int16 value being set for a property is valid.
Protected method Static member SetValidValue(Int32, String) Makes sure the Int32 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Int32>, String) Makes sure the Int32 value being set for a property is valid.
Protected method Static member SetValidValue(Int64, String) Makes sure the Int64 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Int64>, String) Makes sure the Int64 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<SByte>, String) Makes sure the SByte value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<Single>, String) Makes sure the Single value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<TimeSpan>, String) Makes sure the TimeSpan value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<UInt16>, String) Makes sure the UInt16 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<UInt32>, String) Makes sure the UInt32 value being set for a property is valid.
Protected method Static member SetValidValue(Nullable<UInt64>, String) Makes sure the UInt64 value being set for a property is valid.
Protected method Static member SetValidValue(SByte, String) Makes sure the SByte value being set for a property is valid.
Protected method Static member SetValidValue(Single, String) Makes sure the Single value being set for a property is valid.
Protected method Static member SetValidValue(String, Boolean) Validates that the property is not null, and throws if it is.
Protected method Static member SetValidValue(TimeSpan, String) Makes sure the TimeSpan value being set for a property is valid.
Protected method Static member SetValidValue(UInt16, String) Makes sure the UInt16 value being set for a property is valid.
Protected method Static member SetValidValue(UInt32, String) Makes sure the UInt32 value being set for a property is valid.
Protected method Static member SetValidValue(UInt64, String) Makes sure the UInt64 value being set for a property is valid.
Protected method SetValidValue<T>(T, T, String) Sets a complex object for the specified property.
Protected method Static member SetValidValue(Byte[], Boolean, String) Makes sure the Byte value being set for a property is valid.
Protected method Static member SetValidValue(DbGeography, Boolean, String) Validates that the property is not null, and throws if it is.
Protected method Static member SetValidValue(DbGeometry, Boolean, String) Validates that the property is not null, and throws if it is.
Protected method Static member SetValidValue(String, Boolean, String) Validates that the property is not null, and throws if it is.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.