IAdd |
public interface IAddBasicPropertyValueView
The IAddBasicPropertyValueView type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyName | Gets or sets the property name. | |
| PropertyTypes | Sets the list of available property types. | |
| ShowValueAsDateTime | Sets a value indicating whether the DateTime editor should be shown. | |
| ShowValueAsDouble | Sets a value indicating whether the double editor should be shown. | |
| ShowValueAsInt | Sets a value indicating whether the integer editor should be shown. | |
| ShowValueAsString | Sets a value indicating whether the string editor should be shown. | |
| ValueAsDateTime | Gets or sets the value as a DateTime. | |
| ValueAsDouble | Gets or sets the value as a double. | |
| ValueAsInt | Gets or sets the value as an integer. | |
| ValueAsString | Gets or sets the value as a string. |
| Name | Description | |
|---|---|---|
| PropertyTypeChanged | Occurs when the selected property type changes. |