Interface IPropertyWithValidValues<TValue>

Represents a property wrapper with collection of valid values

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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next