Interface IUserProfile
Assembly: Experior.Core.dll
Syntax
public interface IUserProfile : ICatalogProvider
Properties
AllowModelSaving
Declaration
bool AllowModelSaving { get; }
Property Value
Type |
Description |
System.Boolean |
|
AllowOffline
Declaration
int AllowOffline { get; }
Property Value
Type |
Description |
System.Int32 |
|
AssemblyLimit
Declaration
int AssemblyLimit { get; }
Property Value
Type |
Description |
System.Int32 |
|
Builder
Declaration
Property Value
Type |
Description |
System.Boolean |
|
CheckInTime
Declaration
DateTime CheckInTime { get; }
Property Value
Type |
Description |
System.DateTime |
|
Commissioner
Declaration
bool Commissioner { get; }
Property Value
Type |
Description |
System.Boolean |
|
ConnectionLimit
Declaration
int ConnectionLimit { get; }
Property Value
Type |
Description |
System.Int32 |
|
Custom
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Developer
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Discrete
Declaration
Property Value
Type |
Description |
System.Boolean |
|
DisplayText
Declaration
string DisplayText { get; }
Property Value
Type |
Description |
System.String |
|
Downgraded
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Engineering
Declaration
bool Engineering { get; }
Property Value
Type |
Description |
System.Boolean |
|
Engines
Declaration
IReadOnlyList<string> Engines { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
Floating
Declaration
Property Value
Type |
Description |
System.Boolean |
|
ForceCheckIn
Declaration
bool ForceCheckIn { get; }
Property Value
Type |
Description |
System.Boolean |
|
HasValidLicense
Declaration
bool HasValidLicense { get; }
Property Value
Type |
Description |
System.Boolean |
|
Internal
Declaration
Property Value
Type |
Description |
System.Boolean |
|
KeyNo
Declaration
Property Value
Type |
Description |
System.String |
|
LicenseEndDate
Declaration
DateTime LicenseEndDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
LicenseExpirationDateStr
Declaration
string LicenseExpirationDateStr { get; }
Property Value
Type |
Description |
System.String |
|
LicenseName
Declaration
string LicenseName { get; }
Property Value
Type |
Description |
System.String |
|
Limited
Declaration
Property Value
Type |
Description |
System.Boolean |
|
LoggedIn
Declaration
Property Value
Type |
Description |
System.Boolean |
|
MaintenanceEnd
Declaration
DateTime MaintenanceEnd { get; }
Property Value
Type |
Description |
System.DateTime |
|
OEM
Declaration
Property Value
Type |
Description |
System.Boolean |
|
PerpetualLicense
Declaration
bool PerpetualLicense { get; }
Property Value
Type |
Description |
System.Boolean |
|
Physics
Declaration
Property Value
Type |
Description |
System.Boolean |
|
ProfileName
Declaration
string ProfileName { get; }
Property Value
Type |
Description |
System.String |
|
ServerLicensed
Declaration
bool ServerLicensed { get; }
Property Value
Type |
Description |
System.Boolean |
|
Tester
Declaration
Property Value
Type |
Description |
System.Boolean |
|
TimeLimited
Declaration
bool TimeLimited { get; }
Property Value
Type |
Description |
System.Boolean |
|
TimeLimitInMin
Declaration
int TimeLimitInMin { get; }
Property Value
Type |
Description |
System.Int32 |
|
UserName
Declaration
Property Value
Type |
Description |
System.String |
|
Viewer
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Methods
ApiAllowed(String)
Declaration
bool ApiAllowed(string area)
Parameters
Type |
Name |
Description |
System.String |
area |
|
Returns
Type |
Description |
System.Boolean |
|
GetFeatureValueOrDefault<T>(String, T)
Declaration
T GetFeatureValueOrDefault<T>(string featureId, T defaultValue)
Parameters
Type |
Name |
Description |
System.String |
featureId |
|
T |
defaultValue |
|
Returns
Type Parameters
HasEngine(String)
Declaration
bool HasEngine(string engine)
Parameters
Type |
Name |
Description |
System.String |
engine |
|
Returns
Type |
Description |
System.Boolean |
|
UiAllowed(Object)
Declaration
bool UiAllowed(object area)
Parameters
Type |
Name |
Description |
System.Object |
area |
|
Returns
Type |
Description |
System.Boolean |
|