Flow.Net
Show / Hide Table of Contents

Class Collection

Inheritance
Object
Collection
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class Collection

Properties

| Improve this Doc View Source

_expandable

Declaration
[JsonProperty("_expandable", Required = Required.Always)]
[Required]
public _expandable2 _expandable { get; set; }
Property Value
Type Description
_expandable2
| Improve this Doc View Source

_links

Declaration
[JsonProperty("_links", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Links _links { get; set; }
Property Value
Type Description
Links
| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
IDictionary<String, Object>
| Improve this Doc View Source

Id

Declaration
[JsonProperty("id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Transactions

Declaration
[JsonProperty("transactions", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Transaction> Transactions { get; set; }
Property Value
Type Description
ICollection<Transaction>

Extension Methods

FlowApiConverter.ToFlowCollection(Collection)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX