IPropertyDefinition Interface

Definition

Represents a property definition.

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

Properties

Name Description
Default

Gets the default value.

Maximum

Gets the maximum value.

Minimum

Gets the minimum value.

Name

Gets the name of the property.

Methods

Name Description
Validate(Object, Object)

Validates the IPropertyDefinition using the specified component and value.

Applies to