Class ConfigurationManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.UserDefinedTemplate
Assembly: NXOpen.dll
Syntax
public class ConfigurationManager : NXRemotableObject, IMessageSink
Constructors
ConfigurationManager(Part)
Declaration
protected ConfigurationManager(Part owner)
Parameters
Type | Name | Description |
---|---|---|
Part | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CreateItemNode(ConfigurationManager.ItemType)
Declaration
public ConfigurableObject CreateItemNode(ConfigurationManager.ItemType itemType)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationManager.ItemType | itemType |
Returns
Type | Description |
---|---|
ConfigurableObject |
CreateRootNode(ConfigurationManager.TemplateType)
Declaration
public ConfigurableObject CreateRootNode(ConfigurationManager.TemplateType templateType)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationManager.TemplateType | templateType |
Returns
Type | Description |
---|---|
ConfigurableObject |
DragDropNode(ConfigurableObject, ConfigurableObject, ConfigurableObject)
Declaration
public void DragDropNode(ConfigurableObject rootNode, ConfigurableObject sourceNode, ConfigurableObject targetNode)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject | rootNode | |
ConfigurableObject | sourceNode | |
ConfigurableObject | targetNode |
MoveItemNode(ConfigurationManager.MoveType, ConfigurableObject)
Declaration
public void MoveItemNode(ConfigurationManager.MoveType moveType, ConfigurableObject sourceNode)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationManager.MoveType | moveType | |
ConfigurableObject | sourceNode |
RemoveItemNode(ConfigurableObject)
Declaration
public void RemoveItemNode(ConfigurableObject targetNode)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject | targetNode |
Implements
System.Runtime.Remoting.Messaging.IMessageSink