Class group
Syntax
[Serializable]
public class group : IGroup, IGroupCollection, INoteCollection, ITranslationUnitCollection
Constructors
group()
Declaration
Properties
Any
Declaration
public Xml.XmlElement[] Any { get; set; }
Property Value
AnyAttr
Declaration
public Xml.XmlAttribute[] AnyAttr { get; set; }
Property Value
charclass
Declaration
public string charclass { get; set; }
Property Value
contextgroup
Declaration
public contextgroup[] contextgroup { get; set; }
Property Value
coord
Declaration
public string coord { get; set; }
Property Value
countgroup
Declaration
public countgroup[] countgroup { get; set; }
Property Value
cssstyle
Declaration
public string cssstyle { get; set; }
Property Value
datatype
Declaration
public string datatype { get; set; }
Property Value
exstyle
Declaration
public string exstyle { get; set; }
Property Value
Declaration
public string extradata { get; set; }
Property Value
extype
Declaration
public string extype { get; set; }
Property Value
font
Declaration
public string font { get; set; }
Property Value
GroupCount
Declaration
public int GroupCount { get; }
Property Value
Implements
helpid
Declaration
public string helpid { get; set; }
Property Value
id
Declaration
public string id { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Implements
Items
Declaration
public List<object> Items { get; set; }
Property Value
maxbytes
Declaration
public string maxbytes { get; set; }
Property Value
maxheight
Declaration
public string maxheight { get; set; }
Property Value
maxwidth
Declaration
public string maxwidth { get; set; }
Property Value
Declaration
public string menu { get; set; }
Property Value
Declaration
public string menuname { get; set; }
Property Value
Declaration
public string menuoption { get; set; }
Property Value
mergedtrans
Declaration
public AttrType_YesNo mergedtrans { get; set; }
Property Value
minbytes
Declaration
public string minbytes { get; set; }
Property Value
minheight
Declaration
public string minheight { get; set; }
Property Value
minwidth
Declaration
public string minwidth { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Implements
note
Declaration
public List<note> note { get; set; }
Property Value
NoteCount
Declaration
public int NoteCount { get; }
Property Value
Implements
Declaration
public string reformat { get; set; }
Property Value
resname
Declaration
public string resname { get; set; }
Property Value
restype
Declaration
public string restype { get; set; }
Property Value
sizeunit
Declaration
public string sizeunit { get; set; }
Property Value
space
Declaration
public string space { get; set; }
Property Value
style
Declaration
public string style { get; set; }
Property Value
translate
Declaration
public AttrType_YesNo translate { get; set; }
Property Value
TranslationUnitCount
Declaration
public int TranslationUnitCount { get; }
Property Value
Implements
Methods
AddGroup(IGroup)
Declaration
public void AddGroup(IGroup grp)
Parameters
Type |
Name |
Description |
IGroup |
grp |
|
Implements
AddNewGroup()
Declaration
public IGroup AddNewGroup()
Returns
Implements
AddNewNote()
Declaration
public INote AddNewNote()
Returns
Implements
AddNewTranslationUnit()
Declaration
public ITranslationUnit AddNewTranslationUnit()
Returns
Implements
AddNote(INote)
Declaration
public void AddNote(INote n)
Parameters
Type |
Name |
Description |
INote |
n |
|
Implements
AddTranslationUnit(ITranslationUnit)
Declaration
public void AddTranslationUnit(ITranslationUnit tu)
Parameters
Implements
GetGroup(Int32)
Declaration
public IGroup GetGroup(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
Implements
GetNote(Int32)
Declaration
public INote GetNote(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
Implements
GetTranslationUnit(Int32)
Declaration
public ITranslationUnit GetTranslationUnit(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
Implements
RemoveGroup(IGroup)
Declaration
public void RemoveGroup(IGroup grp)
Parameters
Type |
Name |
Description |
IGroup |
grp |
|
Implements
RemoveNote(INote)
Declaration
public void RemoveNote(INote n)
Parameters
Type |
Name |
Description |
INote |
n |
|
Implements
RemoveTranslationUnit(ITranslationUnit)
Declaration
public void RemoveTranslationUnit(ITranslationUnit tu)
Parameters
Implements