FormSpec Constructor (ListSpecField, DictionaryString, String, ListString, ListString, DictionaryString, String, DictionaryString, String, ListString, ListString, String)
|
Create a FormSpec
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic FormSpec(
List<SpecField> fields,
Dictionary<string, string> fieldmap,
List<string> words,
List<string> formats,
Dictionary<string, string> values,
Dictionary<string, string> presets,
List<string> openable,
List<string> maxwords,
string comments
)
Public Sub New (
fields As List(Of SpecField),
fieldmap As Dictionary(Of String, String),
words As List(Of String),
formats As List(Of String),
values As Dictionary(Of String, String),
presets As Dictionary(Of String, String),
openable As List(Of String),
maxwords As List(Of String),
comments As String
)
public:
FormSpec(
List<SpecField^>^ fields,
Dictionary<String^, String^>^ fieldmap,
List<String^>^ words,
List<String^>^ formats,
Dictionary<String^, String^>^ values,
Dictionary<String^, String^>^ presets,
List<String^>^ openable,
List<String^>^ maxwords,
String^ comments
)
new :
fields : List<SpecField> *
fieldmap : Dictionary<string, string> *
words : List<string> *
formats : List<string> *
values : Dictionary<string, string> *
presets : Dictionary<string, string> *
openable : List<string> *
maxwords : List<string> *
comments : string -> FormSpec
Parameters
- fields
- Type: System.Collections.GenericListSpecField
- fieldmap
- Type: System.Collections.GenericDictionaryString, String
- words
- Type: System.Collections.GenericListString
- formats
- Type: System.Collections.GenericListString
- values
- Type: System.Collections.GenericDictionaryString, String
- presets
- Type: System.Collections.GenericDictionaryString, String
- openable
- Type: System.Collections.GenericListString
- maxwords
- Type: System.Collections.GenericListString
- comments
- Type: SystemString
See Also