ComparablePropertyDefinition<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename T>
where T : value classpublic ref class ComparablePropertyDefinition : Microsoft::ReportingServices::RdlObjectModel::PropertyDefinition<T>
public class ComparablePropertyDefinition<T> : Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<T> where T : struct
type ComparablePropertyDefinition<'T (requires 'T : struct)> = class
inherit PropertyDefinition<'T (requires 'T : struct)>
interface IPropertyDefinition
Public Class ComparablePropertyDefinition(Of T)
Inherits PropertyDefinition(Of T)
Type Parameters
- T
- Inheritance
- Derived
- Implements
Constructors
ComparablePropertyDefinition<T>(String, Nullable<T>, Nullable<T>, Nullable<T>) | |
ComparablePropertyDefinition<T>(String, Nullable<T>) |
Properties
Default |
Gets the default value of the property. (Inherited from PropertyDefinition<T>) |
Maximum | |
Minimum | |
Name |
The property name. (Inherited from PropertyDefinition) |
Methods
Constrain(T) | |
Validate(Object, ReportExpression<T>) | |
Validate(Object, String) | |
Validate(Object, T) |
Explicit Interface Implementations
IPropertyDefinition.Default | |
IPropertyDefinition.Maximum | |
IPropertyDefinition.Minimum | |
IPropertyDefinition.Validate(Object, Object) |