Search Results for

    Show / Hide Table of Contents

    Class VariantRulesConfigurationBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    VariantRulesConfigurationBuilder
    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 VariantRulesConfigurationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    VariantRulesConfigurationBuilder()

    Declaration
    protected VariantRulesConfigurationBuilder()

    Methods

    AddVariantRulesToConfigure(String[], String[])

    Declaration
    public void AddVariantRulesToConfigure(string[] contextIds, string[] variantRules)
    Parameters
    Type Name Description
    System.String[] contextIds
    System.String[] variantRules

    GetVariantRulesForProductAssembly(String, String)

    Declaration
    public string[] GetVariantRulesForProductAssembly(string contextId, string revId)
    Parameters
    Type Name Description
    System.String contextId
    System.String revId
    Returns
    Type Description
    System.String[]

    GetVariantRulesSelectedForConfiguration(out String[], out String[])

    Declaration
    public void GetVariantRulesSelectedForConfiguration(out string[] contextIds, out string[] variantRules)
    Parameters
    Type Name Description
    System.String[] contextIds
    System.String[] variantRules

    Implements

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