| 
 C#

 Visual Basic

 Visual C++

 | Members | See Also
Phoenix 0.6
ISettings Interface

[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Configuration
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface ISettings
Public Interface ISettings
public interface class ISettings

Members

         
 All Members  Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AttributeExists(String, array<Object>[]()[])
CopyElement(array<Object>[]()[], array<Object>[]()[], array<AttributeInfo>[]()[])
ElementExists(array<Object>[]()[])
EnumarateElements(array<Object>[]()[])
GetAttribute(Boolean, String, array<Object>[]()[])
GetAttribute(Int32, String, array<Object>[]()[])
GetAttribute(Single, String, array<Object>[]()[])
GetAttribute(String, String, array<Object>[]()[])
GetElement(Boolean, array<Object>[]()[])
GetElement(Int32, array<Object>[]()[])
GetElement(Single, array<Object>[]()[])
GetElement(String, array<Object>[]()[])
GetEnumAttribute<(Of <(T>)>)(T, String, array<Object>[]()[])
GetEnumElement<(Of <(T>)>)(T, array<Object>[]()[])
Loaded
RemoveAttribute(String, array<Object>[]()[])
RemoveElement(array<Object>[]()[])
Saving
SetAttribute(Object, String, array<Object>[]()[])
SetElement(Object, array<Object>[]()[])

See Also

Phoenix.Configuration Namespace

Michal Dvorak (c) 2010