AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents a conditional expression to set a component property. Use ComponentConditionProperty to set a property to different values conditionally, based on the value of another property.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.ComponentConditionProperty

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class ComponentConditionProperty

The ComponentConditionProperty type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Else Amazon.AmplifyUIBuilder.Model.ComponentProperty

Gets and sets the property Else.

The value to assign to the property if the condition is not met.

Public Property Field System.String

Gets and sets the property Field.

The name of a field. Specify this when the property is a data model.

Public Property Operand System.String

Gets and sets the property Operand.

The value of the property to evaluate.

Public Property OperandType System.String

Gets and sets the property OperandType.

The type of the property to evaluate.

Public Property Operator System.String

Gets and sets the property Operator.

The operator to use to perform the evaluation, such as eq to represent equals.

Public Property Property System.String

Gets and sets the property Property.

The name of the conditional property.

Public Property Then Amazon.AmplifyUIBuilder.Model.ComponentProperty

Gets and sets the property Then.

The value to assign to the property if the condition is met.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5