This class is responsible for representing an ONVIF XML class. More...
Public Member Functions | |
override bool | Equals (object obj) |
Provides value type equality semantics. | |
bool | Equals (OnvifClass other) |
Provides value type equality semantics. | |
override int | GetHashCode () |
object.GetHashCode | |
XmlSchema | GetSchema () |
IXmlSerializable.GetSchema | |
void | ReadXml (XmlReader reader) |
IXmlSerializable.ReadXml | |
void | WriteXml (XmlWriter writer) |
IXmlSerializable.WriteXml | |
Properties | |
IList< ClassCandidate > | ClassCandidates [get] |
Gets the list of class candidate elements contained in this instance. | |
This class is responsible for representing an ONVIF XML class.
Instances of this class have value-identity, meaning that two classes with the same content are considered equal.
|
inline |
Provides value type equality semantics.
|
inline |
Provides value type equality semantics.
|
inline |
object.GetHashCode
|
inline |
IXmlSerializable.GetSchema
|
inline |
IXmlSerializable.ReadXml
|
inline |
IXmlSerializable.WriteXml
|
get |
Gets the list of class candidate elements contained in this instance.