IPropertyDefinition Interface

Definition

Represents a property definition.

public interface class IPropertyDefinition
public interface IPropertyDefinition
type IPropertyDefinition = interface
Public Interface IPropertyDefinition
Derived

Properties

Default

Gets the default value.

Maximum

Gets the maximum value.

Minimum

Gets the minimum value.

Name

Gets the name of the property.

Methods

Validate(Object, Object)

Validates the IPropertyDefinition using the specified component and value.

Applies to