Class TealKeyValueStore
Represents a key-value store for use in an application.
Implements
System.Collections.Generic.IList<TealKeyValue>
System.Collections.Generic.ICollection<TealKeyValue>
System.Collections.Generic.IReadOnlyList<TealKeyValue>
System.Collections.Generic.IReadOnlyCollection<TealKeyValue>
System.Collections.Generic.IEnumerable<TealKeyValue>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.IEquatable<TealKeyValueStore>
System.ComponentModel.DataAnnotations.IValidatableObject
Inherited Members
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Add(Algorand.V2.Model.TealKeyValue)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.AddRange(System.Collections.Generic.IEnumerable<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.AsReadOnly()
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.BinarySearch(Algorand.V2.Model.TealKeyValue)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.BinarySearch(Algorand.V2.Model.TealKeyValue, System.Collections.Generic.IComparer<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.BinarySearch(System.Int32, System.Int32, Algorand.V2.Model.TealKeyValue, System.Collections.Generic.IComparer<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Clear()
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Contains(Algorand.V2.Model.TealKeyValue)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.ConvertAll<TOutput>(System.Converter<Algorand.V2.Model.TealKeyValue, TOutput>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.CopyTo(Algorand.V2.Model.TealKeyValue[])
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.CopyTo(Algorand.V2.Model.TealKeyValue[], System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.CopyTo(System.Int32, Algorand.V2.Model.TealKeyValue[], System.Int32, System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Exists(System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Find(System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.FindAll(System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.FindIndex(System.Int32, System.Int32, System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.FindIndex(System.Int32, System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.FindIndex(System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.FindLast(System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.FindLastIndex(System.Int32, System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.FindLastIndex(System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.ForEach(System.Action<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.GetEnumerator()
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.IndexOf(Algorand.V2.Model.TealKeyValue)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.IndexOf(Algorand.V2.Model.TealKeyValue, System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.IndexOf(Algorand.V2.Model.TealKeyValue, System.Int32, System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Insert(System.Int32, Algorand.V2.Model.TealKeyValue)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.LastIndexOf(Algorand.V2.Model.TealKeyValue)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.LastIndexOf(Algorand.V2.Model.TealKeyValue, System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.LastIndexOf(Algorand.V2.Model.TealKeyValue, System.Int32, System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Remove(Algorand.V2.Model.TealKeyValue)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.RemoveAll(System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.RemoveAt(System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Reverse()
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Sort()
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Sort(System.Collections.Generic.IComparer<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Sort(System.Comparison<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.Generic.IEnumerable<Algorand.V2.Model.TealKeyValue>.GetEnumerator()
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.ToArray()
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.TrimExcess()
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.TrueForAll(System.Predicate<Algorand.V2.Model.TealKeyValue>)
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Capacity
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Count
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.Item[System.Int32]
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.Generic.ICollection<Algorand.V2.Model.TealKeyValue>.IsReadOnly
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Algorand.V2.Model.TealKeyValue>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Algorand.V2.Model
Assembly: Algorand.dll
Syntax
[DataContract]
public class TealKeyValueStore : List<TealKeyValue>, IList<TealKeyValue>, ICollection<TealKeyValue>, IReadOnlyList<TealKeyValue>, IReadOnlyCollection<TealKeyValue>, IEnumerable<TealKeyValue>, IList, ICollection, IEnumerable, IEquatable<TealKeyValueStore>, IValidatableObject
Constructors
| Improve this Doc View SourceTealKeyValueStore()
Initializes a new instance of the TealKeyValueStore class.
Declaration
[JsonConstructor]
public TealKeyValueStore()
Methods
| Improve this Doc View SourceEquals(TealKeyValueStore)
Returns true if TealKeyValueStore instances are equal
Declaration
public bool Equals(TealKeyValueStore input)
Parameters
Type | Name | Description |
---|---|---|
TealKeyValueStore | input | Instance of TealKeyValueStore to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System.Object | input | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
System.Object.ToString()
Explicit Interface Implementations
| Improve this Doc View SourceIValidatableObject.Validate(ValidationContext)
To validate all properties of the instance
Declaration
IEnumerable<ValidationResult> IValidatableObject.Validate(ValidationContext validationContext)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.DataAnnotations.ValidationContext | validationContext | Validation context |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> | Validation Result |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.IEquatable<T>
System.ComponentModel.DataAnnotations.IValidatableObject