Search Results for

    Show / Hide Table of Contents

    Class SessionSettings

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    SessionSettings
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.PDM
    Assembly: NXOpen.dll
    Syntax
    public class SessionSettings : TransientObject, IMessageSink, IDisposable

    Constructors

    SessionSettings(nint)

    Declaration
    protected SessionSettings(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    AdministrationBypass

    Declaration
    public bool AdministrationBypass { get; set; }
    Property Value
    Type Description
    bool

    AdministrationLogging

    Declaration
    public bool AdministrationLogging { get; set; }
    Property Value
    Type Description
    bool

    ApplicationLogging

    Declaration
    public bool ApplicationLogging { get; set; }
    Property Value
    Type Description
    bool

    Group

    Declaration
    public string Group { get; set; }
    Property Value
    Type Description
    string

    IsAdministrator

    Declaration
    public bool IsAdministrator { get; }
    Property Value
    Type Description
    bool

    Journaling

    Declaration
    public bool Journaling { get; set; }
    Property Value
    Type Description
    bool

    LocalVolume

    Declaration
    public string LocalVolume { get; set; }
    Property Value
    Type Description
    string

    LocationCode

    Declaration
    public string LocationCode { get; set; }
    Property Value
    Type Description
    string

    Project

    Declaration
    public string Project { get; set; }
    Property Value
    Type Description
    string

    Role

    Declaration
    public string Role { get; set; }
    Property Value
    Type Description
    string

    SecurityLogging

    Declaration
    public bool SecurityLogging { get; set; }
    Property Value
    Type Description
    bool

    Volume

    Declaration
    public string Volume { get; set; }
    Property Value
    Type Description
    string

    Methods

    Apply()

    Declaration
    public void Apply()

    ApplyAndRefresh()

    Declaration
    public void ApplyAndRefresh()

    DumpValidationInfo(string)

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

    FreeResource()

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

    GetGroups()

    Declaration
    public string[] GetGroups()
    Returns
    Type Description
    string[]

    GetLocalVolumes()

    Declaration
    public string[] GetLocalVolumes()
    Returns
    Type Description
    string[]

    GetLocationCodes()

    Declaration
    public string[] GetLocationCodes()
    Returns
    Type Description
    string[]

    GetProjects()

    Declaration
    public string[] GetProjects()
    Returns
    Type Description
    string[]

    GetRoles()

    Declaration
    public string[] GetRoles()
    Returns
    Type Description
    string[]

    GetVolumes()

    Declaration
    public string[] GetVolumes()
    Returns
    Type Description
    string[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX