Class CfnTopic.SemanticTypeProperty
A structure that represents a semantic type.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SemanticTypeProperty : Object, CfnTopic.ISemanticTypeProperty
Syntax (vb)
Public Class SemanticTypeProperty
Inherits Object
Implements CfnTopic.ISemanticTypeProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var semanticTypeProperty = new SemanticTypeProperty {
FalseyCellValue = "falseyCellValue",
FalseyCellValueSynonyms = new [] { "falseyCellValueSynonyms" },
SubTypeName = "subTypeName",
TruthyCellValue = "truthyCellValue",
TruthyCellValueSynonyms = new [] { "truthyCellValueSynonyms" },
TypeName = "typeName",
TypeParameters = new Dictionary<string, string> {
{ "typeParametersKey", "typeParameters" }
}
};
Synopsis
Constructors
Semantic |
Properties
Falsey |
The semantic type falsey cell value. |
Falsey |
The other names or aliases for the false cell value. |
Sub |
The semantic type sub type name. |
Truthy |
The semantic type truthy cell value. |
Truthy |
The other names or aliases for the true cell value. |
Type |
The semantic type name. |
Type |
The semantic type parameters. |
Constructors
SemanticTypeProperty()
public SemanticTypeProperty()
Properties
FalseyCellValue
The semantic type falsey cell value.
public string FalseyCellValue { get; set; }
Property Value
System.
Remarks
FalseyCellValueSynonyms
The other names or aliases for the false cell value.
public string[] FalseyCellValueSynonyms { get; set; }
Property Value
System.
Remarks
SubTypeName
The semantic type sub type name.
public string SubTypeName { get; set; }
Property Value
System.
Remarks
TruthyCellValue
The semantic type truthy cell value.
public string TruthyCellValue { get; set; }
Property Value
System.
Remarks
TruthyCellValueSynonyms
The other names or aliases for the true cell value.
public string[] TruthyCellValueSynonyms { get; set; }
Property Value
System.
Remarks
TypeName
The semantic type name.
public string TypeName { get; set; }
Property Value
System.
Remarks
TypeParameters
The semantic type parameters.
public object TypeParameters { get; set; }
Property Value
System.