C# Class System.Xaml.ValueSerializerContext

Inheritance: IValueSerializerContext, IXamlSchemaContextProvider
Mostra file Open project: Clancey/XamlForIphone Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetService ( Type serviceType ) : object
GetValueSerializerFor ( PropertyDescriptor descriptor ) : System.Windows.Markup.ValueSerializer
GetValueSerializerFor ( Type type ) : System.Windows.Markup.ValueSerializer
OnComponentChanged ( ) : void
OnComponentChanging ( ) : bool
ValueSerializerContext ( System.Xaml.PrefixLookup prefixLookup, XamlSchemaContext schemaContext, IAmbientProvider ambientProvider ) : System

Method Details

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

GetValueSerializerFor() public method

public GetValueSerializerFor ( PropertyDescriptor descriptor ) : System.Windows.Markup.ValueSerializer
descriptor System.ComponentModel.PropertyDescriptor
return System.Windows.Markup.ValueSerializer

GetValueSerializerFor() public method

public GetValueSerializerFor ( Type type ) : System.Windows.Markup.ValueSerializer
type System.Type
return System.Windows.Markup.ValueSerializer

OnComponentChanged() public method

public OnComponentChanged ( ) : void
return void

OnComponentChanging() public method

public OnComponentChanging ( ) : bool
return bool

ValueSerializerContext() public method

public ValueSerializerContext ( System.Xaml.PrefixLookup prefixLookup, XamlSchemaContext schemaContext, IAmbientProvider ambientProvider ) : System
prefixLookup System.Xaml.PrefixLookup
schemaContext XamlSchemaContext
ambientProvider IAmbientProvider
return System