PropertyDefinition<T> Class

 

Updated: February 25, 2016

Represents a property definition.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)


generic<typename T>
where T : value struct, gcnew()
public ref class PropertyDefinition abstract : PropertyDefinition, 
	IPropertyDefinition

Type Parameters

T

The type of the definition.

NameDescription
System_CAPS_protmethodPropertyDefinition<T>(String^, Nullable<T>)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the PropertyDefinition<T> class.

NameDescription
System_CAPS_pubpropertyDefault

Gets the default value of the property.

System_CAPS_pubpropertyName

The property name.(Inherited from PropertyDefinition.)

NameDescription
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_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIPropertyDefinition::Validate(Object^, Object^)

Validates whether the given value is of valid type T and within the minimum and maximum value.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIPropertyDefinition::Default

Gets the default value of the property.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIPropertyDefinition::Maximum

Gets the maximum value of the string property.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIPropertyDefinition::Minimum

Gets the minimum definition of the object.

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

Return to top
Show: