Class UserService
Environment of a HiNC user.
public class UserService : IDisposable
- Inheritance
-
UserService
- Implements
- Inherited Members
- Extension Methods
Constructors
UserService()
public UserService()
UserService(UserConfig)
public UserService(UserConfig userConfig)
Parameters
userConfig
UserConfig
Properties
AdditionalStepPresentAccess
public Dictionary<string, PresentAccess> AdditionalStepPresentAccess { get; set; }
Property Value
CandidateStepPresentKeyList
Candidate Step Present Key List for display. Read only.
public List<string> CandidateStepPresentKeyList { get; }
Property Value
DisplayedStepPresentAccessList
StepPresentAccessList for display. Read only.
public List<KeyValuePair<string, PresentAccess>> DisplayedStepPresentAccessList { get; }
Property Value
EnablePhysics
public bool EnablePhysics { get; }
Property Value
IsPhysicsLicensed
public bool IsPhysicsLicensed { get; }
Property Value
SelectedItem
public object SelectedItem { get; set; }
Property Value
StepPresentAccessDictionary
StepPresentAccessDictionary. Read only.
public Dictionary<string, PresentAccess> StepPresentAccessDictionary { get; }
Property Value
UserConfig
public UserConfig UserConfig { get; set; }
Property Value
UserConfigPath
public string UserConfigPath { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
LooseSaveUserConfig()
public void LooseSaveUserConfig()
SaveUserConfig()
public void SaveUserConfig()