Collection of IVersion
Namespace: GF.Api.Orders.Versions
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public interface IVersionList : IReadOnlyList<IVersion>, IReadOnlyCollection<IVersion>, IEnumerable<IVersion>, IEnumerable
The IVersionList type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current |
The most recent IVersion |
See Also