StudyCrafterAssistant
Public Member Functions | List of all members
StudyCrafter.Assistant.Representation.IPropertyDictionary Interface Reference
Inheritance diagram for StudyCrafter.Assistant.Representation.IPropertyDictionary:
StudyCrafter.Assistant.Representation.PropertyDictionary

Public Member Functions

IProperty Get (string name)
 
bool TryGet (string name, out IProperty property)
 
void Set (IProperty val)
 
bool Remove (string name)
 
Get< T > (string name)
 
bool TryGet< T > (string name, out T property)
 
void Set< T > (T val)
 
bool Remove< T > (string name)
 
bool Contains (string name)
 
IEnumerable< IPropertyAll ()
 
void AddAll (IPropertyDictionary properties)
 

The documentation for this interface was generated from the following file: