Click or drag to resize

FormBase Class

Describes fields and comments in a Perforce specification.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, Object
    Perforce.P4FormBase
      Perforce.P4Job

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public class FormBase : Dictionary<string, Object>

The FormBase type exposes the following members.

Constructors
  NameDescription
Public methodFormBase
Initializes a new instance of the FormBase class
Top
Properties
  NameDescription
Public propertyComments
Public propertyComparer (Inherited from DictionaryString, Object.)
Public propertyCount (Inherited from DictionaryString, Object.)
Public propertyIsFieldMultiLine
Public propertyItem (Inherited from DictionaryString, Object.)
Public propertyKeys (Inherited from DictionaryString, Object.)
Public propertyValues (Inherited from DictionaryString, Object.)
Top
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