IPropertyTValue Interface

Represents a property wrapper

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

Type Parameters

TValue
The property type

The IPropertyTValue type exposes the following members.

Properties
 NameDescription
Public propertyCanBeSet Gets a value indicating whether the current state of the property allows the value to be set
Public propertyIsApplicable Gets a value indicating whether the property is applicable
(Inherited from IReadOnlyPropertyTValue)
Public propertyIsReadOnly Gets a value indicating whether the property is read-only
Public propertyTestStatus Gets the test status of the property
(Inherited from IReadOnlyPropertyTValue)
Public propertyValue Gets or sets the value of this property
Top
Methods
 NameDescription
Public methodSetValueAndUpdateAsync Sets the given value and asynchronously updates the object this property belongs to
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next