[This is preliminary documentation and is subject to change.]
Field Data Type for a field in a form specification.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2011.1.34.7706 (2011.1.34.7706.BETA)
Syntax
| C# |
|---|
[FlagsAttribute] public enum SpecFieldDataType |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration SpecFieldDataType |
| Visual C++ |
|---|
[FlagsAttribute] public enum class SpecFieldDataType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Word | 0 | Word: a single word (any value). | |
| Date | 1 | Date: a date/time field. | |
| Select | 2 | Select: one of a set of words. | |
| Text | 4 | Text: a block of text. |