Interface IReadOnlyProperty<TValue>
Represents a wrapper for a read-only property
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting.dll
Syntax
public interface IReadOnlyProperty<out TValue>
Type Parameters
| Name | Description |
|---|---|
| TValue | The property type |
Properties
| Name | Description |
|---|---|
| IsApplicable | Gets a value indicating whether the property is applicable |
| TestStatus | Gets the test status of the property |
| Value | Gets the value of this property |