C# Class System.Xaml.XamlObjectWriter

Inheritance: XamlWriter, IXamlLineInfoConsumer
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
SetLineInfo ( int lineNumber, int linePosition ) : void
WriteEndMember ( ) : void
WriteEndObject ( ) : void
WriteGetObject ( ) : void
WriteNamespace ( System.Xaml.NamespaceDeclaration namespaceDeclaration ) : void
WriteStartMember ( System.Xaml.XamlMember property ) : void
WriteStartObject ( XamlType xamlType ) : void
WriteValue ( object value ) : void
XamlObjectWriter ( XamlSchemaContext schemaContext ) : System
XamlObjectWriter ( XamlSchemaContext schemaContext, System.Xaml.XamlObjectWriterSettings settings ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnAfterBeginInit ( object value ) : void
OnAfterEndInit ( object value ) : void
OnAfterProperties ( object value ) : void
OnBeforeProperties ( object value ) : void
OnSetValue ( object eventSender, System.Xaml.XamlMember member, object value ) : bool

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnAfterBeginInit() protected méthode

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

OnAfterEndInit() protected méthode

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

OnAfterProperties() protected méthode

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

OnBeforeProperties() protected méthode

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

OnSetValue() protected méthode

protected OnSetValue ( object eventSender, System.Xaml.XamlMember member, object value ) : bool
eventSender object
member System.Xaml.XamlMember
value object
Résultat bool

SetLineInfo() public méthode

public SetLineInfo ( int lineNumber, int linePosition ) : void
lineNumber int
linePosition int
Résultat void

WriteEndMember() public méthode

public WriteEndMember ( ) : void
Résultat void

WriteEndObject() public méthode

public WriteEndObject ( ) : void
Résultat void

WriteGetObject() public méthode

public WriteGetObject ( ) : void
Résultat void

WriteNamespace() public méthode

public WriteNamespace ( System.Xaml.NamespaceDeclaration namespaceDeclaration ) : void
namespaceDeclaration System.Xaml.NamespaceDeclaration
Résultat void

WriteStartMember() public méthode

public WriteStartMember ( System.Xaml.XamlMember property ) : void
property System.Xaml.XamlMember
Résultat void

WriteStartObject() public méthode

public WriteStartObject ( XamlType xamlType ) : void
xamlType XamlType
Résultat void

WriteValue() public méthode

public WriteValue ( object value ) : void
value object
Résultat void

XamlObjectWriter() public méthode

public XamlObjectWriter ( XamlSchemaContext schemaContext ) : System
schemaContext XamlSchemaContext
Résultat System

XamlObjectWriter() public méthode

public XamlObjectWriter ( XamlSchemaContext schemaContext, System.Xaml.XamlObjectWriterSettings settings ) : System
schemaContext XamlSchemaContext
settings System.Xaml.XamlObjectWriterSettings
Résultat System