SemanticAttribute.SemanticAttribute

SemanticAttribute(VertexFieldSemantic)

Initialize a SemanticAttribute

public SemanticAttribute(VertexFieldSemantic semantic)
ParameterTypeDescription
semanticVertexFieldSemanticThe semantic of the struct’s field.

See Also


SemanticAttribute(VertexFieldSemantic, string)

Initialize a SemanticAttribute

public SemanticAttribute(VertexFieldSemantic semantic, string alias)
ParameterTypeDescription
semanticVertexFieldSemanticThe semantic of the struct’s field.
aliasStringAlias of the field.

See Also