Interface IPropertyWithValidValues<TValue>
Represents a property wrapper with collection of valid values
Inherited Members
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting.dll
Syntax
public interface IPropertyWithValidValues<TValue> : IProperty<TValue>, IReadOnlyProperty<TValue>
Type Parameters
Name | Description |
---|---|
TValue | The property type |
Properties
Name | Description |
---|---|
HasValidValues | Gets value indicating whether this property uses valid values |
ValidValues | Gets the collection of valid values of this property |