Class UdeParameterBuilder
Inheritance
System.Object
System.MarshalByRefObject
UdeParameterBuilder
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.SIM.PostConfigurator
Assembly: NXOpen.dll
Syntax
public class UdeParameterBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
UdeParameterBuilder()
Declaration
protected UdeParameterBuilder()
Properties
DoubleDefaultValue
Declaration
public double DoubleDefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EnumerationDefaultValue
Declaration
public string EnumerationDefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupState
Declaration
public UdeParameterBuilder.GroupStateType GroupState { get; set; }
Property Value
Type | Description |
---|---|
UdeParameterBuilder.GroupStateType |
IntegerDefaultValue
Declaration
public int IntegerDefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemType
Declaration
public UdeParameterBuilder.Type ItemType { get; set; }
Property Value
Type | Description |
---|---|
UdeParameterBuilder.Type |
ParameterID
Declaration
public string ParameterID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParameterStatus
Declaration
public UdeParameterBuilder.ParameterStatusType ParameterStatus { get; set; }
Property Value
Type | Description |
---|---|
UdeParameterBuilder.ParameterStatusType |
StringDefaultValue
Declaration
public string StringDefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToggleDefaultValue
Declaration
public bool ToggleDefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UILabel
Declaration
public string UILabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetEnumerationItems()
Declaration
public string[] GetEnumerationItems()
Returns
Type | Description |
---|---|
System.String[] |
SetEnumerationItems(String[])
Declaration
public void SetEnumerationItems(string[] enumerationItems)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | enumerationItems |
SetGroup(UdeParameterBuilder)
Declaration
public void SetGroup(UdeParameterBuilder parentBuilder)
Parameters
Type | Name | Description |
---|---|---|
UdeParameterBuilder | parentBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink