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
factoryIPropertyFactoryThe factory to act upon
definitionStreamThe 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
factoryIPropertyFactoryThe factory to act upon
definitionFilestringThe 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
factoryIPropertyFactoryThe factory to act upon
definitionstringThe new definition.