Class RuntimeFields
Inheritance
RuntimeFields
Assembly: OpenSearch.Client.dll
Syntax
public class RuntimeFields : IsADictionaryBase<Field, IRuntimeField>, IRuntimeFields, IIsADictionary<Field, IRuntimeField>, IDictionary<Field, IRuntimeField>, ICollection<KeyValuePair<Field, IRuntimeField>>, IEnumerable<KeyValuePair<Field, IRuntimeField>>, IEnumerable, IIsADictionary
Constructors
|
Edit this page
View Source
RuntimeFields()
Declaration
|
Edit this page
View Source
RuntimeFields(Dictionary<Field, IRuntimeField>)
Declaration
public RuntimeFields(Dictionary<Field, IRuntimeField> container)
Parameters
|
Edit this page
View Source
RuntimeFields(IDictionary<Field, IRuntimeField>)
Declaration
public RuntimeFields(IDictionary<Field, IRuntimeField> container)
Parameters
Methods
|
Edit this page
View Source
Add(Field, IRuntimeField)
Declaration
public void Add(Field name, IRuntimeField runtimeField)
Parameters
Implements
Extension Methods