SemanticAttribute

SemanticAttribute constructor (1 of 2)

Initialize a SemanticAttribute

public SemanticAttribute(VertexFieldSemantic semantic)
Parameter Type Description
semantic VertexFieldSemantic The semantic of the struct’s field.

See Also


SemanticAttribute constructor (2 of 2)

Initialize a SemanticAttribute

public SemanticAttribute(VertexFieldSemantic semantic, string alias)
Parameter Type Description
semantic VertexFieldSemantic The semantic of the struct’s field.
alias String Alias of the field.

See Also