Class transunit
Syntax
[Serializable]
public class transunit : ITranslationUnit, INoteCollection
Constructors
transunit()
Declaration
Properties
Any
Declaration
public Xml.XmlElement[] Any { get; set; }
Property Value
AnyAttr
Declaration
public Xml.XmlAttribute[] AnyAttr { get; set; }
Property Value
approved
Declaration
public AttrType_YesNo approved { get; set; }
Property Value
approvedSpecified
Declaration
public bool approvedSpecified { get; set; }
Property Value
charclass
Declaration
public string charclass { get; set; }
Property Value
coord
Declaration
public string coord { 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
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
NoteCount
Declaration
public int NoteCount { get; }
Property Value
Implements
phasename
Declaration
public string phasename { get; set; }
Property Value
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
segsource
Declaration
public segsource segsource { get; set; }
Property Value
sizeunit
Declaration
public string sizeunit { get; set; }
Property Value
source
Declaration
public source source { get; set; }
Property Value
Source
Declaration
public string Source { get; set; }
Property Value
Implements
space
Declaration
public string space { get; set; }
Property Value
style
Declaration
public string style { get; set; }
Property Value
target
Declaration
public target target { get; set; }
Property Value
Target
Declaration
public string Target { get; set; }
Property Value
Implements
translate
Declaration
public AttrType_YesNo translate { get; set; }
Property Value
Methods
AddNewNote()
Declaration
public INote AddNewNote()
Returns
Implements
AddNote(INote)
Declaration
public void AddNote(INote note)
Parameters
Type |
Name |
Description |
INote |
note |
|
Implements
GetNote(Int32)
Declaration
public INote GetNote(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
Implements
RemoveNote(INote)
Declaration
public void RemoveNote(INote note)
Parameters
Type |
Name |
Description |
INote |
note |
|
Implements