IList |
Represents a wrapper for a list property containing writable properties
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public interface IListOfProperties<TItem> : IListProperty<IProperty<TItem>, TItem>, IReadOnlyProperty<IEnumerable<IProperty<TItem>>>, IReadOnlyList<IProperty<TItem>>, IEnumerable<IProperty<TItem>>, IEnumerable, IReadOnlyCollection<IProperty<TItem>>
Type Parameters
- TItem
- The type of items stored in the wrappers in the list
The IListOfPropertiesTItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsApplicable |
Gets a value indicating whether the property is applicable
(Inherited from IReadOnlyPropertyTValue) | |
TestStatus |
Gets the test status of the property
(Inherited from IReadOnlyPropertyTValue) | |
Value |
Gets the value of this property
(Inherited from IReadOnlyPropertyTValue) |
See Also