Class PropertyFactoryExtensions
- Namespace
- Jabra.NET.Sdk.Properties
- Assembly
- Jabra.NET.Sdk.Properties.dll
public static class PropertyFactoryExtensions
- Inheritance
-
PropertyFactoryExtensions
- Inherited Members
Methods
ReloadDefinition(IPropertyFactory, Stream)
Overwrite the current property definition with a new one
public static Task ReloadDefinition(this IPropertyFactory factory, Stream definition)
Parameters
factory
IPropertyFactoryThe factory to act upon
definition
StreamThe new definition.
Returns
ReloadDefinitionFromFile(IPropertyFactory, string)
Overwrite the current property definition with a new one
public static Task ReloadDefinitionFromFile(this IPropertyFactory factory, string definitionFile)
Parameters
factory
IPropertyFactoryThe factory to act upon
definitionFile
stringThe file path containing the new definition.
Returns
ReloadDefinitionFromText(IPropertyFactory, string)
Overwrite the current property definition with a new one
public static Task ReloadDefinitionFromText(this IPropertyFactory factory, string definition)
Parameters
factory
IPropertyFactoryThe factory to act upon
definition
stringThe new definition.