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

Specifies more detailed element info.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ElementInfo
Public Class ElementInfo
public ref class ElementInfo

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ElementInfo()()()
Default constuctor.
ElementInfo(String, array<AttributeInfo>[]()[])
Initializes object with specified values.
ElementInfo(String, String)
Attributes
Gets list of attribute Name-Value pairs.
Name
Gets or sets element name.
ToString()()()
Returns element name and value, if any.
(Overrides Object..::.ToString()()().)
Value
Gets or sets element value.

Inheritance Hierarchy

System..::.Object
  Phoenix.Configuration..::.ElementInfo

See Also