Class CustomAttribute
Inheritance
System.Object
System.MarshalByRefObject
CustomAttribute
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.Features
Assembly: NXOpen.dll
Syntax
public class CustomAttribute : TransientObject, IMessageSink, IDisposable
Constructors
CustomAttribute(IntPtr)
Declaration
protected CustomAttribute(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TypeValue
Declaration
public CustomAttribute.Type TypeValue { get; }
Property Value
Type | Description |
---|---|
CustomAttribute.Type |
Methods
AddProperty(CustomAttribute.Property)
Declaration
public void AddProperty(CustomAttribute.Property attributeProperty)
Parameters
Type | Name | Description |
---|---|---|
CustomAttribute.Property | attributeProperty |
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetProperties()
Declaration
public CustomAttribute.Property[] GetProperties()
Returns
Type | Description |
---|---|
CustomAttribute.Property[] |
HasProperty(CustomAttribute.Property)
Declaration
public bool HasProperty(CustomAttribute.Property attributeProperty)
Parameters
Type | Name | Description |
---|---|---|
CustomAttribute.Property | attributeProperty |
Returns
Type | Description |
---|---|
System.Boolean |
RemoveProperty(CustomAttribute.Property)
Declaration
public void RemoveProperty(CustomAttribute.Property attributeProperty)
Parameters
Type | Name | Description |
---|---|---|
CustomAttribute.Property | attributeProperty |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable