Class SKFSettings
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SKFSettings
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SKFSettings : PerMachineSettings, IEquatable<APIBase>
Properties
EnableSKFModule
Declaration
public bool EnableSKFModule { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LogFilePath
Declaration
public string LogFilePath { get; }
Property Value
Type | Description |
---|---|
System.String |
LogHTTPRequests
If this option is selected, all HTTP requests sent to and received from SKF will be logged to a temporary file. Email addresses and passwords will not be included. When MASTA exits, this setting will revert to being unselected.
Declaration
public bool LogHTTPRequests { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SKFAuthentication
Declaration
public SKFAuthentication SKFAuthentication { get; }
Property Value
Type | Description |
---|---|
SKFAuthentication |
Implements
System.IEquatable<T>