Class DatabaseAttributeManager
Inheritance
System.Object
System.MarshalByRefObject
DatabaseAttributeManager
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)
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
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