Search Results for

    Show / Hide Table of Contents

    Class CustomExpressionAttribute

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    CustomAttribute
    CustomExpressionAttribute
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    CustomAttribute.FreeResource()
    CustomAttribute.AddProperty(CustomAttribute.Property)
    CustomAttribute.RemoveProperty(CustomAttribute.Property)
    CustomAttribute.HasProperty(CustomAttribute.Property)
    CustomAttribute.GetProperties()
    CustomAttribute.Name
    CustomAttribute.TypeValue
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class CustomExpressionAttribute : CustomAttribute, IMessageSink, IDisposable

    Constructors

    CustomExpressionAttribute(nint)

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

    Properties

    Value

    Declaration
    public Expression Value { get; set; }
    Property Value
    Type Description
    Expression

    Implements

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