OptionsFactory Class

Factory for create a object which containing the options used for initializing the API

Definition

Namespace: StreetSmart.Common.Factories
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public static class OptionsFactory
Inheritance
Object    OptionsFactory

Methods

Create(String, String, String, String, IDomElement) Create the options object which used for initializing the API
Create(String, String, String, String, IAddressSettings, IDomElement) Create the options object which used for initializing the API
Create(String, String, String, String, String, IAddressSettings, IDomElement) Create the options object which used for initializing the API
Create(String, String, String, String, String, String, String, IAddressSettings, IDomElement, NullableBoolean, NullableBoolean, NullableBoolean) Create the options object which used for initializing the API
CreateOauth(String, String, String, IDomElement) Create the options object which used for initializing the API for use oAuth authorization
CreateOauth(String, String, String, IAddressSettings, IDomElement) Create the options object which used for initializing the API for use oAuth authorization
CreateOauth(String, String, String, String, IAddressSettings, IDomElement, NullableBoolean, NullableBoolean) Create the options object which used for initializing the API for use oAuth authorization
CreateOauth(String, String, String, String, String, IAddressSettings, IDomElement, NullableBoolean, NullableBoolean) Create the options object which used for initializing the API for use oAuth authorization

Version Information

Supported in: 18.7

See Also