Class ReplaceExpressionsBuilder
Inheritance
System.Object
System.MarshalByRefObject
ReplaceExpressionsBuilder
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
Assembly: NXOpen.dll
Syntax
public class ReplaceExpressionsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ReplaceExpressionsBuilder()
Declaration
protected ReplaceExpressionsBuilder()
Properties
CurrentString
Declaration
public string CurrentString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterMatchCase
Declaration
public bool FilterMatchCase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FilterWholeWord
Declaration
public bool FilterWholeWord { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReplaceString
Declaration
public string ReplaceString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReplaceType
Declaration
public ReplaceExpressionsBuilder.ReplacementTypes ReplaceType { get; set; }
Property Value
Type | Description |
---|---|
ReplaceExpressionsBuilder.ReplacementTypes |
SearchString
Declaration
public string SearchString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateString
Declaration
public string UpdateString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
SetSelectedExpressions(Expression[])
Declaration
public void SetSelectedExpressions(Expression[] expressions)
Parameters
Type | Name | Description |
---|---|---|
Expression[] | expressions |
Implements
System.Runtime.Remoting.Messaging.IMessageSink