GREET API
Exposed interfaces to create modules that can be loaded in GREET
 All Classes Namespaces Files Functions Enumerations Enumerator Properties Events
PlugInsInterfaces.DataTypes.IGroup Interface Reference
Inheritance diagram for PlugInsInterfaces.DataTypes.IGroup:
Collaboration diagram for PlugInsInterfaces.DataTypes.IGroup:

Properties

int Id [get, set]
 
string Name [get, set]
 
List< int > IncludeInGroups [get, set]
 
string Notes [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from PlugInsInterfaces.DataTypes.IXmlObj
XmlNode ToXmlNode (XmlDocument xmlDoc)
 
void FromXmlNode (IData data, XmlNode node)
 

Detailed Description

Definition at line 10 of file IGroup.cs.

Property Documentation

int PlugInsInterfaces.DataTypes.IGroup.Id
getset

Definition at line 13 of file IGroup.cs.

List<int> PlugInsInterfaces.DataTypes.IGroup.IncludeInGroups
getset

Definition at line 20 of file IGroup.cs.

string PlugInsInterfaces.DataTypes.IGroup.Name
getset

Definition at line 17 of file IGroup.cs.

string PlugInsInterfaces.DataTypes.IGroup.Notes
getset

Definition at line 23 of file IGroup.cs.


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