Class SessionSettings
Inheritance
System.Object
System.MarshalByRefObject
SessionSettings
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class SessionSettings : TransientObject, IMessageSink, IDisposable
Constructors
SessionSettings(IntPtr)
Declaration
protected SessionSettings(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Properties
AdministrationBypass
Declaration
public bool AdministrationBypass { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AdministrationLogging
Declaration
public bool AdministrationLogging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ApplicationLogging
Declaration
public bool ApplicationLogging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAdministrator
Declaration
public bool IsAdministrator { get; }
Property Value
Type |
Description |
System.Boolean |
|
Journaling
Declaration
public bool Journaling { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LocalVolume
Declaration
public string LocalVolume { get; set; }
Property Value
Type |
Description |
System.String |
|
LocationCode
Declaration
public string LocationCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Project
Declaration
public string Project { get; set; }
Property Value
Type |
Description |
System.String |
|
Role
Declaration
public string Role { get; set; }
Property Value
Type |
Description |
System.String |
|
SecurityLogging
Declaration
public bool SecurityLogging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Volume
Declaration
public string Volume { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Apply()
Declaration
DumpValidationInfo(String)
Declaration
public void DumpValidationInfo(string logFileName)
Parameters
Type |
Name |
Description |
System.String |
logFileName |
|
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetGroups()
Declaration
public string[] GetGroups()
Returns
Type |
Description |
System.String[] |
|
GetLocalVolumes()
Declaration
public string[] GetLocalVolumes()
Returns
Type |
Description |
System.String[] |
|
GetLocationCodes()
Declaration
public string[] GetLocationCodes()
Returns
Type |
Description |
System.String[] |
|
GetProjects()
Declaration
public string[] GetProjects()
Returns
Type |
Description |
System.String[] |
|
GetRoles()
Declaration
public string[] GetRoles()
Returns
Type |
Description |
System.String[] |
|
GetVolumes()
Declaration
public string[] GetVolumes()
Returns
Type |
Description |
System.String[] |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable