Search Results for

    Show / Hide Table of Contents

    Class EffectivityAttributePropertiesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    EffectivityAttributePropertiesBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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 EffectivityAttributePropertiesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    EffectivityAttributePropertiesBuilder()

    Declaration
    protected EffectivityAttributePropertiesBuilder()

    Properties

    Category

    Declaration
    public string Category { get; set; }
    Property Value
    Type Description
    System.String

    DisplayValue

    Declaration
    public string DisplayValue { get; set; }
    Property Value
    Type Description
    System.String

    EffectivityTableBuilder

    Declaration
    public EffectivityTableBuilder EffectivityTableBuilder { get; }
    Property Value
    Type Description
    EffectivityTableBuilder

    SelectedObjects

    Declaration
    public SelectNXObjectList SelectedObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    StringValue

    Declaration
    public string StringValue { get; set; }
    Property Value
    Type Description
    System.String

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    CreateAttribute()

    Declaration
    public bool CreateAttribute()
    Returns
    Type Description
    System.Boolean

    Delete(NXObject)

    Declaration
    public void Delete(NXObject object)
    Parameters
    Type Name Description
    NXObject object

    SetAttributeObjects(NXObject[])

    Declaration
    public void SetAttributeObjects(NXObject[] objects)
    Parameters
    Type Name Description
    NXObject[] objects

    Implements

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