ComparablePropertyDefinition<T> Class

Definition

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
ComparablePropertyDefinition<T>
Derived
Implements

Constructors

ComparablePropertyDefinition<T>(String, Nullable<T>)
ComparablePropertyDefinition<T>(String, Nullable<T>, Nullable<T>, 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)

Applies to