IPropertyWithValidValuesTValue Interface

Represents a property wrapper with collection of valid values

Namespace:  TSD.API.Remoting.Common.Properties
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IPropertyWithValidValues<TValue> : IProperty<TValue>, 
	IReadOnlyProperty<TValue>

Type Parameters

TValue
The property type

The IPropertyWithValidValuesTValue type exposes the following members.

Properties
Methods
See Also