The base class from which all implementations of data-fields must derive.

Namespace: S22.Xmpp.Extensions.Dataforms
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class DataField

Remarks

Unfortunately, this can not be an abstract class the way the data-forms extension has been designed; Forms of type 'submit' are not required to include a type-attribute for fields and thus make strongly typed data-fields impossible.

Inheritance Hierarchy

See Also