Microsoft.Protocols.TestSuites.Common.FieldDefinition.FieldDefinition C# (CSharp) Method

FieldDefinition() public method

public FieldDefinition ( ) : System
return System
        public FieldDefinition()
        {
            this.aggregationField = FieldAggregationAttribute.first;
            this.allowDeletionField = "TRUE";
            this.allowHyperlinkField = "FALSE";
            this.allowMultiVoteField = "FALSE";
            this.appendOnlyField = "FALSE";
            this.authoringInfoField = "";
            this.baseTypeField = "Text";
            this.canToggleHiddenField = "FALSE";
            this.countRelatedField = "FALSE";
            this.classInfoField = "";
            this.decimalsField = -1;
            this.directionField = TextDirection.none;
            this.displaceOnUpgradeField = "FALSE";
            this.divField = "1.0";
            this.enableLookupField = "FALSE";
            this.extField = "FALSE";
            this.fillInChoiceField = "FALSE";
            this.filterableField = "TRUE";
            this.filterableNoRecurrenceField = "FALSE";
            this.fromBaseTypeField = "FALSE";
            this.gridNATxtField = "";
            this.gridTxtRng1Field = "";
            this.gridTxtRng2Field = "";
            this.gridTxtRng3Field = "";
            this.hiddenField = "FALSE";
            this.indexedField = "FALSE";
            this.isolateStylesField = "FALSE";
            this.joinColNameField = "tp_ID";
            this.joinRowOrdinalField = 0;
            this.joinTypeField = JoinType.LEFTOUTER;
            this.noEditFormBreakField = "FALSE";
            this.numLinesField = "6";
            this.percentageField = "FALSE";
            this.pINField = "FALSE";
            this.prependIdField = "FALSE";
            this.presenceField = "FALSE";
            this.readOnlyField = "FALSE";
            this.readOnlyEnforcedField = "FALSE";
            this.renderXMLUsingPatternField = "FALSE";
            this.requiredField = "FALSE";
            this.restrictedModeField = "TRUE";
            this.resyncOnChangeField = "FALSE";
            this.richTextField = "FALSE";
            this.richTextModeField = FieldRichTextMode.Compatible;
            this.rowOrdinalField = 0;
            this.rowOrdinal2Field = 0;
            this.sealedField = "FALSE";
            this.separateLineField = "FALSE";
            this.showAddressBookButtonField = "FALSE";
            this.showInEditFormField = "TRUE";
            this.showInNewFormField = "TRUE";
            this.titleFieldField = "FALSE";
            this.versionField = 0;
            this.wikiLinkingField = "FALSE";
        }
FieldDefinition