Class ClientProxyRequestTypeValue
Inheritance
object
ClientProxyRequestTypeValue
Implements
System.Collections.Generic.IEnumerable<T><KeyValuePair<System.Type, object>>
System.Collections.IEnumerable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http.Client.ClientProxying
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class ClientProxyRequestTypeValue : IEnumerable<KeyValuePair<Type, object>>, IEnumerable
Constructors
ClientProxyRequestTypeValue()
Declaration
public ClientProxyRequestTypeValue()
Properties
Values
Declaration
public List<KeyValuePair<Type, object>> Values { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><KeyValuePair<System.Type, object>> |
Methods
Add(Type, object)
Declaration
public void Add(Type type, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type | |
| object | value |
GetEnumerator()
Declaration
public IEnumerator<KeyValuePair<Type, object>> GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<T><KeyValuePair<System.Type, object>> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable