Search Results for

    Show / Hide Table of Contents

    Class SessionSettings

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    SessionSettings
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.PDM
    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
    public void Apply()

    ApplyAndRefresh()

    Declaration
    public void ApplyAndRefresh()

    DumpValidationInfo(String)

    Declaration
    public void DumpValidationInfo(string logFileName)
    Parameters
    Type Name Description
    System.String logFileName

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    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
    In This Article
    Back to top Generated by DocFX