Skip to main content

NumericUnsignedPropertyMetadataBuilderExtensions Members

Contains methods specific to numeric unsigned data types.

Methods

Name Description
CurrencyDataType<T>(PropertyMetadataBuilder<T, Nullable<UInt16>>) static Configures the property editor to display currency values.
CurrencyDataType<T>(PropertyMetadataBuilder<T, Nullable<UInt32>>) static Configures the property editor to display currency values.
CurrencyDataType<T>(PropertyMetadataBuilder<T, Nullable<UInt64>>) static Configures the property editor to display currency values.
CurrencyDataType<T>(PropertyMetadataBuilder<T, UInt16>) static Configures the property editor to display currency values.
CurrencyDataType<T>(PropertyMetadataBuilder<T, UInt32>) static Configures the property editor to display currency values.
CurrencyDataType<T>(PropertyMetadataBuilder<T, UInt64>) static Configures the property editor to display currency values.
EnumDataType<T>(PropertyMetadataBuilder<T, Nullable<UInt16>>, Type) static
EnumDataType<T>(PropertyMetadataBuilder<T, Nullable<UInt32>>, Type) static
EnumDataType<T>(PropertyMetadataBuilder<T, Nullable<UInt64>>, Type) static
EnumDataType<T>(PropertyMetadataBuilder<T, UInt16>, Type) static
EnumDataType<T>(PropertyMetadataBuilder<T, UInt32>, Type) static
EnumDataType<T>(PropertyMetadataBuilder<T, UInt64>, Type) static
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
NumericMask<T>(PropertyMetadataBuilder<T, Nullable<UInt16>>, String, Boolean) static
NumericMask<T>(PropertyMetadataBuilder<T, Nullable<UInt32>>, String, Boolean) static
NumericMask<T>(PropertyMetadataBuilder<T, Nullable<UInt64>>, String, Boolean) static
NumericMask<T>(PropertyMetadataBuilder<T, UInt16>, String, Boolean) static
NumericMask<T>(PropertyMetadataBuilder<T, UInt32>, String, Boolean) static
NumericMask<T>(PropertyMetadataBuilder<T, UInt64>, String, Boolean) static
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also