PropertyBag Class

Definition

public class PropertyBag : NUnit.Framework.Api.IPropertyBag, System.Collections.IEnumerable
type PropertyBag = class
    interface IPropertyBag
    interface IXmlNodeBuilder
    interface IEnumerable
Inheritance
PropertyBag
Implements

Constructors

PropertyBag()

Properties

Count
Item[String]
Keys

Methods

Add(String, Object)
AddToXml(XmlNode, Boolean)
Clear()
Contains(PropertyEntry)
Contains(String, Object)
ContainsKey(String)
Get(String)
GetEnumerator()
GetSetting(String, Boolean)
GetSetting(String, Enum)
GetSetting(String, Int32)
GetSetting(String, String)
Remove(PropertyEntry)
Remove(String)
Remove(String, Object)
Set(String, Object)
ToXml(Boolean)

Applies to