Class EbicsContactExtensions
Inheritance
System.Object
EbicsContactExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Subsembly.EBICS.Core.dll
Syntax
public static class EbicsContactExtensions
Methods
BuildXml(EbicsContact, XmlDocument)
Declaration
public static XmlElement BuildXml(this EbicsContact aContact, XmlDocument xmlDocument)
Parameters
Type |
Name |
Description |
EbicsContact |
aContact |
|
System.Xml.XmlDocument |
xmlDocument |
|
Returns
Type |
Description |
System.Xml.XmlElement |
|
BuildXmlDocument(EbicsContact)
Declaration
public static XmlDocument BuildXmlDocument(this EbicsContact aContact)
Parameters
Returns
Type |
Description |
System.Xml.XmlDocument |
|
CreateContact(Byte[])
Declaration
public static EbicsContact CreateContact(byte[] vbXmlContact)
Parameters
Type |
Name |
Description |
System.Byte[] |
vbXmlContact |
|
Returns
CreateContact(XmlDocument)
Declaration
public static EbicsContact CreateContact(XmlDocument xmlContact)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
xmlContact |
|
Returns
FromBuffer(EbicsContact, EbicsDataBuffer)
Loads this EbicsContact from a binary buffer.
Declaration
public static void FromBuffer(this EbicsContact aContact, EbicsDataBuffer aBuffer)
Parameters
Load(EbicsContact, Stream)
Loads this EbicsContact from a XML document stream.
Declaration
public static void Load(this EbicsContact aContact, Stream aStream)
Parameters
Type |
Name |
Description |
EbicsContact |
aContact |
|
System.IO.Stream |
aStream |
|
Load(EbicsContact, String)
Loads this EbicsContact from a XML document file.
Declaration
public static void Load(this EbicsContact aContact, string sFileName)
Parameters
Type |
Name |
Description |
EbicsContact |
aContact |
|
System.String |
sFileName |
|
ParseXml(EbicsContact, XmlElement)
Declaration
public static void ParseXml(this EbicsContact aContact, XmlElement xmlElement)
Parameters
Type |
Name |
Description |
EbicsContact |
aContact |
|
System.Xml.XmlElement |
xmlElement |
|
Save(EbicsContact, Stream)
Saves this EbicsContact in a XML document stream.
Declaration
public static void Save(this EbicsContact aContact, Stream aStream)
Parameters
Type |
Name |
Description |
EbicsContact |
aContact |
|
System.IO.Stream |
aStream |
|
Save(EbicsContact, String)
Saves this EbicsContact in a XML document file.
Declaration
public static void Save(this EbicsContact aContact, string sFileName)
Parameters
Type |
Name |
Description |
EbicsContact |
aContact |
|
System.String |
sFileName |
|
ToBuffer(EbicsContact)
Saves this EbicsContact in a binary buffer.
Declaration
public static EbicsDataBuffer ToBuffer(this EbicsContact aContact)
Parameters
Returns