Class GenericMessage
Provides the base class for MM7 message
public class GenericMessage
- Inheritance
-
GenericMessage
- Derived
Constructors
GenericMessage()
public GenericMessage()
Properties
MM7Version
Identifies the version of the interface supported by the VASP
public string MM7Version { get; set; }
Property Value
TransactionID
The identification of the request/response pair.
public string TransactionID { get; set; }
Property Value
Methods
AddNamespace(string, string)
Associates MM7 version number with MM7 Schema version
public static void AddNamespace(string version, string ns)
Parameters
version
stringMM7 version number. f.e. 5.3.0
ns
stringMM7 Schema version, f.e. http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0
GetNamespace()
Returns MM7 schema version.
protected string GetNamespace()