Class Properties
Assembly: OpenSearch.Client.dll
Syntax
public class Properties : IsADictionaryBase<PropertyName, IProperty>, IProperties, IIsADictionary<PropertyName, IProperty>, IDictionary<PropertyName, IProperty>, ICollection<KeyValuePair<PropertyName, IProperty>>, IEnumerable<KeyValuePair<PropertyName, IProperty>>, IEnumerable, IIsADictionary
Constructors
|
Edit this page
View Source
Properties()
Declaration
|
Edit this page
View Source
Properties(Dictionary<PropertyName, IProperty>)
Declaration
public Properties(Dictionary<PropertyName, IProperty> container)
Parameters
|
Edit this page
View Source
Properties(IDictionary<PropertyName, IProperty>)
Declaration
public Properties(IDictionary<PropertyName, IProperty> container)
Parameters
Methods
|
Edit this page
View Source
Add(PropertyName, IProperty)
Declaration
public void Add(PropertyName name, IProperty property)
Parameters
|
Edit this page
View Source
Sanitize(PropertyName)
Declaration
protected override PropertyName Sanitize(PropertyName key)
Parameters
Returns
Overrides
Implements
Extension Methods