Search Results for

    Show / Hide Table of Contents

    Class DatabaseAttributeManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    DatabaseAttributeManager
    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 DatabaseAttributeManager : TransientObject, IMessageSink, IDisposable

    Constructors

    DatabaseAttributeManager(IntPtr)

    Declaration
    protected DatabaseAttributeManager(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    FreeResource()

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

    GetAttribute(String)

    Declaration
    public string GetAttribute(string attributeTitle)
    Parameters
    Type Name Description
    System.String attributeTitle
    Returns
    Type Description
    System.String

    LoadAttributes(Boolean)

    Declaration
    public void LoadAttributes(bool reload)
    Parameters
    Type Name Description
    System.Boolean reload

    LoadAttributesRecursively(Boolean)

    Declaration
    public void LoadAttributesRecursively(bool reload)
    Parameters
    Type Name Description
    System.Boolean reload

    RefreshAttributes()

    Declaration
    public void RefreshAttributes()

    SetAttribute(String, String)

    Declaration
    public void SetAttribute(string attributeTitle, string attributeValue)
    Parameters
    Type Name Description
    System.String attributeTitle
    System.String attributeValue

    StoreAttributes()

    Declaration
    public void StoreAttributes()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX