Enumeration for the allowed data types of a graphml attribute.
Namespace: yWorks.yFiles.GraphMLAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
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 |