C# Class System.Xaml.XamlObjectWriterInternal

Inheritance: XamlWriterInternalBase
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Properties

Свойство Type Description
AddToCollectionIfAppropriate bool
DoGetCorrectlyTypedValue object
GetCorrectlyTypedValue object
InitializeObjectIfRequired void
IsAllowedType bool
PopulateObject void
ResolvePendingReferences void
ResolveTypeFromName XamlType
SetEvent void
SetValue void
StoreAppropriatelyTypedValue void

Méthodes publiques

Méthode Description
XamlObjectWriterInternal ( XamlObjectWriter source, XamlSchemaContext schemaContext, XamlWriterStateManager manager ) : System

Méthodes protégées

Méthode Description
OnWriteEndMember ( ) : void
OnWriteEndObject ( ) : void
OnWriteGetObject ( ) : void
OnWriteNamespace ( System.Xaml.NamespaceDeclaration nd ) : void
OnWriteStartMember ( System.Xaml.XamlMember property ) : void
OnWriteStartObject ( ) : void
OnWriteValue ( object value ) : void

Private Methods

Méthode Description
AddToCollectionIfAppropriate ( XamlType xt, System.Xaml.XamlMember xm, object parent, object obj, object keyObj ) : bool
DoGetCorrectlyTypedValue ( XamlType xt, object value ) : object
GetCorrectlyTypedValue ( XamlType xt, object value ) : object
InitializeObjectIfRequired ( bool waitForParameters ) : void
IsAllowedType ( XamlType xt, object value ) : bool
PopulateObject ( bool considerPositionalParameters, IList contents ) : void
ResolvePendingReferences ( ) : void
ResolveTypeFromName ( string name ) : XamlType
SetEvent ( System.Xaml.XamlMember member, string value ) : void
SetValue ( System.Xaml.XamlMember member, object value ) : void
StoreAppropriatelyTypedValue ( object obj, object keyObj ) : void

Method Details

OnWriteEndMember() protected méthode

protected OnWriteEndMember ( ) : void
Résultat void

OnWriteEndObject() protected méthode

protected OnWriteEndObject ( ) : void
Résultat void

OnWriteGetObject() protected méthode

protected OnWriteGetObject ( ) : void
Résultat void

OnWriteNamespace() protected méthode

protected OnWriteNamespace ( System.Xaml.NamespaceDeclaration nd ) : void
nd System.Xaml.NamespaceDeclaration
Résultat void

OnWriteStartMember() protected méthode

protected OnWriteStartMember ( System.Xaml.XamlMember property ) : void
property System.Xaml.XamlMember
Résultat void

OnWriteStartObject() protected méthode

protected OnWriteStartObject ( ) : void
Résultat void

OnWriteValue() protected méthode

protected OnWriteValue ( object value ) : void
value object
Résultat void

XamlObjectWriterInternal() public méthode

public XamlObjectWriterInternal ( XamlObjectWriter source, XamlSchemaContext schemaContext, XamlWriterStateManager manager ) : System
source XamlObjectWriter
schemaContext XamlSchemaContext
manager XamlWriterStateManager
Résultat System