| ChildWriteContext (IWriteContext, any) | in
ChildWriteContext | Initializes a new instance of the ChildWriteContext class that delegates to the provided context and returns the given value in getCurrent. |
| ChildWriteContext (IWriteContext) | in
ChildWriteContext | Initializes a new instance of the ChildWriteContext class that delegates to the given parent context. |
| serializeCore (Constructor<T>, IWriteContext, T) | in
ChildWriteContext | |
| addGraphOutputData (Constructor<TValue>, string, TValue, function(IWriteContext, TValue, Constructor):void?, KeyType?, string?) | in
GraphMLIOHandler | Register graphData as an output data source for data that is written at the graph level. |
| addGraphOutputData (Constructor<TValue>, string, function(IGraph):TValue, function(IWriteContext, TValue, Constructor):void?, KeyType?, string?) | in
GraphMLIOHandler | Register graphData as an output data source for data that is written at the graph level. |
| addOutputMapper (Constructor<TModelItem>, Constructor<TValue>, string, string, IMapper<TModelItem,TValue>, function(IWriteContext, TValue, Constructor):void, KeyType) | in
GraphMLIOHandler | Register an IMapper<K,V> instance for use as an output data source. |
| configureWriteContext (IWriteContext) | in
GraphMLIOHandler | Allows for configuration of the initial IWriteContext that is used for writing a GraphML file. |
| createMapperOutputHandler (Constructor<TKey>, Constructor<TData>, string, IMapper<TKey,TData>, function(IWriteContext, TData, Constructor):void) | in
GraphMLIOHandler | Creates an IOutputHandler implementation that matches the provided TKey and TData . |
| GraphMLWriteValueSerializerContext (IWriteContext) | in
GraphMLWriteValueSerializerContext | Creates a new instance that wraps context |
| HandleSerializationEventArgs (IWriteContext, any, Constructor?) | in
HandleSerializationEventArgs | Initializes a new instance of the HandleSerializationEventArgs class using the provided context to write the item using the given type for serialization. |
| canConvert (IWriteContext, any) | in
IMarkupExtensionConverter | Returns if the converter can convert the value to a MarkupExtension in the current write context. |
| convert (IWriteContext, any) | in
IMarkupExtensionConverter | Converts the value to a MarkupExtension using the current write context. |
| isDefaultValue (IWriteContext) | in
IOutputHandler | Determines whether in the current context, the value is the default value and therefore no data element needs to be written. |
| writeKeyDefinitionContent (IWriteContext) | in
IOutputHandler | Writes the contents of the key definition. |
| writeValue (IWriteContext) | in
IOutputHandler | Actually writes the value for the current context. |
| serializeCore (Constructor<T>, IWriteContext, T) | in
IWriteContext | Serialize item to an XML representation. |
| getNameForClass (IWriteContext, Constructor) | in
IXamlNameMapper | Returns the XML tag name that belongs to type type . |
| getValue (IWriteContext, TKey) | in
MapperOutputHandler | Obtains the data for the given key. |
| writeValueCore (IWriteContext, TData) | in
MapperOutputHandler | Performs the actual writing of the data using either the serializer or the serializeCore method. |
| getValue (IWriteContext, TKey) | in
OutputHandlerBase | Obtains the data for the given key. |
| isDefaultValue (IWriteContext) | in
OutputHandlerBase | Determines whether in the current context, the value is the default value and therefore no data element needs to be written. |
| writeKeyDefinitionContent (IWriteContext) | in
OutputHandlerBase | Writes the contents of the key definition. |
| writeValue (IWriteContext) | in
OutputHandlerBase | Actually writes the value for the current context. |
| writeValueCore (IWriteContext, TData) | in
OutputHandlerBase | Performs the actual writing of the data. |
| QueryNameEventArgs (IWriteContext, Constructor) | in
QueryNameEventArgs | Initializes a new instance of the QueryNameEventArgs class. |
| QueryOutputHandlersEventArgs (IWriteContext, KeyScope) | in
QueryOutputHandlersEventArgs | Initializes a new instance of the QueryOutputHandlersEventArgs class. |
| QueryReferenceIdEventArgs (IWriteContext, any) | in
QueryReferenceIdEventArgs | Creates a new instance. |
| WriteEventArgs (IWriteContext, any) | in
WriteEventArgs | Initializes a new instance of the WriteEventArgs class. |
| serialize (IWriteContext, any) | in
XamlSerializer | Serialize the given object to a IXmlWriter |