Method | Description | |
---|---|---|
CompareTo ( |
Compares this ExtensionInfo with another one.
|
|
CompatibleWith ( |
Checks if the current ExtensionInfo is compatible to the given one.
|
|
ExtensionInfo ( ) : System |
Initializes a new instance of the ExtensionInfo class.
|
|
ExtensionInfo ( |
||
ExtensionInfo ( |
Initializes a new instance of the ExtensionInfo class.
|
|
GetSchema ( ) : XmlSchema |
Returns the schema for the xml representation of an ExtensionInfo.
|
|
ReadXml ( System reader ) : void |
Reads all data about an ExtensionInfo from the given XmlReader.
|
|
WriteXml ( System writer ) : void |
Writes the current ExtensionInfo instance to the given XmlWriter.
|
public CompareTo ( |
||
info | The ExtensionInfo to compare with. | |
return | bool |
public CompatibleWith ( |
||
info | /// The ExtensionInfo to check for compatiblity. /// | |
return | bool |
public ExtensionInfo ( |
||
baseInfo | ||
return | System |
public ExtensionInfo ( |
||
extType | The type to create the ExtensionInfo from. | |
return | System |
public ReadXml ( System reader ) : void | ||
reader | System |
/// The |
return | void |
public WriteXml ( System writer ) : void | ||
writer | System |
/// The XmlWriter to write to |
return | void |