Table of Contents

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 IPropertyFactory

The factory to act upon

definition Stream

The new definition.

Returns

Task

ReloadDefinitionFromFile(IPropertyFactory, string)

Overwrite the current property definition with a new one

public static Task ReloadDefinitionFromFile(this IPropertyFactory factory, string definitionFile)

Parameters

factory IPropertyFactory

The factory to act upon

definitionFile string

The file path containing the new definition.

Returns

Task

ReloadDefinitionFromText(IPropertyFactory, string)

Overwrite the current property definition with a new one

public static Task ReloadDefinitionFromText(this IPropertyFactory factory, string definition)

Parameters

factory IPropertyFactory

The factory to act upon

definition string

The new definition.

Returns

Task