Skip to main content

Properties

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[CollectionDataContract(ItemName = "Property")]
public class Properties : List<Property>, IList<Property>, ICollection<Property>, IList, ICollection, IReadOnlyList<Property>, IReadOnlyCollection<Property>, IEnumerable<Property>, IEnumerable

Implements

  • System.Collections.Generic.IList<ServiceStack.Property>
  • System.Collections.Generic.ICollection<ServiceStack.Property>
  • System.Collections.IList
  • System.Collections.ICollection
  • System.Collections.Generic.IReadOnlyList<ServiceStack.Property>
  • System.Collections.Generic.IReadOnlyCollection<ServiceStack.Property>
  • System.Collections.Generic.IEnumerable<ServiceStack.Property>
  • System.Collections.IEnumerable