documentationfor yFiles for HTML 2.6

Usages of KeyType

Method Return Values

from (KeyType)in KeyTypeConverts the argument to KeyType.

Method Parameters

addGraphOutputData (Class, string, TValue, function(Object, HandleSerializationEventArgs):void?, KeyType?, string?)in GraphMLIOHandlerRegister graphData as an output data source for data that is written at the graph level.
addGraphOutputData (Class, string, function(IGraph):TValue, function(Object, HandleSerializationEventArgs):void?, KeyType?, string?)in GraphMLIOHandlerRegister graphData as an output data source for data that is written at the graph level.
addOutputMapper (Class, Class, string, string, IMapper<TModelItem,TValue>, function(Object, HandleSerializationEventArgs):void, KeyType)in GraphMLIOHandlerRegister a IMapper<K,V> instance for use as an output data source.
addRegistryOutputMapper (Class, Class, string, string, Object, function(Object, HandleSerializationEventArgs):void, KeyType)in GraphMLIOHandlerUse a registered IMapper<K,V> instance as source for the given GraphML attribute.
matchesType (Element, KeyType)in GraphMLIOHandlerChecks whether the type attribute in definition matches type
from (KeyType)in KeyTypeConverts the argument to KeyType.
MapperOutputHandler (Class, Class, KeyScope, string, KeyType)in MapperOutputHandlerInitializes a new instance of the MapperOutputHandler<TKey,TData> class using the provided key scope, the name, and the key type.
OutputHandlerBase (Class, Class, KeyScope, string, KeyType)in OutputHandlerBaseInitializes a new instance of the OutputHandlerBase<TKey,TData> class using the provided scope, name, and type for the key definition.
setKeyDefinitionType (KeyType)in OutputHandlerBaseSets the key type for the key definition.