Enumeration for the allowed data types of a graphml attribute.
Namespace: yWorks.yFiles.GraphMLAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true)] public enum KeyType |
| Visual Basic |
|---|
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True)> _ 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 |