Click or drag to resize

FormBase Methods

The FormBase type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from DictionaryString, Object.)
Public methodClear (Inherited from DictionaryString, Object.)
Public methodContainsKey (Inherited from DictionaryString, Object.)
Public methodContainsValue (Inherited from DictionaryString, Object.)
Public methodStatic memberConvertFromUTC
Public methodStatic memberConvertUnixTime(Int64)
Utility to convert a Unix time (Seconds past midnight 1/1/1970) to a DateTime
Public methodStatic memberConvertUnixTime(String)
Utility to convert a Unix time (Seconds past midnight 1/1/1970) to a DateTime
Public methodStatic memberDSTMismatch
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFormatDateTime
Utility function to format a DateTime in the format expected in a spec
Public methodStatic memberFormatMultilineField
Utility to properly format multi-line fields in forms
Public methodGetEnumerator (Inherited from DictionaryString, Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnDeserialization (Inherited from DictionaryString, Object.)
Public methodParse
Parse a string specification in the server format into an object.
Public methodRemove (Inherited from DictionaryString, Object.)
Public methodToString
Create a form specification from the fields that make up a form
(Overrides ObjectToString.)
Public methodTryGetValue (Inherited from DictionaryString, Object.)
Top
See Also