Interface IListOfProperties<TItem>

Represents a wrapper for a list property containing writable properties

Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting.dll
Syntax
public interface IListOfProperties<TItem> : IListProperty<IProperty<TItem>, TItem>, IReadOnlyProperty<IEnumerable<IProperty<TItem>>>
Type Parameters
Name Description
TItem

The type of items stored in the wrappers in the list

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