Enumeration for the allowed data types of a graphml attribute.
Namespace: yWorks.yFiles.GraphMLAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum KeyType |
| Visual Basic |
|---|
Public Enumeration KeyType |
Members
| Member name | Description | ||
|---|---|---|---|
| Int | 0 | Identifier for attribute of type int. | |
| Long | 1 | Identifier for attribute of type long. | |
| Float | 2 | Identifier for attribute of type float. | |
| Double | 3 | Identifier for attribute of type double. | |
| String | 4 | Identifier for attribute of type string that denotes simple string content as opposed to Complex. | |
| Boolean | 5 | Identifier for attribute of type boolean. | |
| Complex | 6 | Identifier for arbitrary complex xml content |