C# Class System.Xaml.AmbientProvider

Inheritance: IAmbientProvider
Afficher le fichier Open project: Clancey/XamlForIphone

Méthodes publiques

Méthode Description
GetAllAmbientValues ( IEnumerable ceilingTypes ) : IEnumerable
GetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
GetAllAmbientValues ( ) : IEnumerable
GetFirstAmbientValue ( IEnumerable ceilingTypes ) : System.Xaml.AmbientPropertyValue
GetFirstAmbientValue ( ) : object
Pop ( ) : void
Push ( System.Xaml.AmbientPropertyValue v ) : void

Private Methods

Méthode Description
DoGetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
DoesAmbientPropertyApply ( System.Xaml.AmbientPropertyValue p, IEnumerable types ) : bool

Method Details

GetAllAmbientValues() public méthode

public GetAllAmbientValues ( IEnumerable ceilingTypes ) : IEnumerable
ceilingTypes IEnumerable
Résultat IEnumerable

GetAllAmbientValues() public méthode

public GetAllAmbientValues ( IEnumerable ceilingTypes, bool searchLiveStackOnly, IEnumerable types ) : IEnumerable
ceilingTypes IEnumerable
searchLiveStackOnly bool
types IEnumerable
Résultat IEnumerable

GetAllAmbientValues() public méthode

public GetAllAmbientValues ( ) : IEnumerable
Résultat IEnumerable

GetFirstAmbientValue() public méthode

public GetFirstAmbientValue ( IEnumerable ceilingTypes ) : System.Xaml.AmbientPropertyValue
ceilingTypes IEnumerable
Résultat System.Xaml.AmbientPropertyValue

GetFirstAmbientValue() public méthode

public GetFirstAmbientValue ( ) : object
Résultat object

Pop() public méthode

public Pop ( ) : void
Résultat void

Push() public méthode

public Push ( System.Xaml.AmbientPropertyValue v ) : void
v System.Xaml.AmbientPropertyValue
Résultat void