Class VariantRulesConfigurationBuilder
Inheritance
System.Object
System.MarshalByRefObject
VariantRulesConfigurationBuilder
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.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