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

FieldRefDefinitionCT() public method

public FieldRefDefinitionCT ( ) : System
return System
        public FieldRefDefinitionCT()
        {
            this.requiredField = "FALSE";
            this.hiddenField = "FALSE";
            this.showInNewFormField = "TRUE";
            this.showInEditFormField = "TRUE";
            this.readOnlyField = "FALSE";
            this.numLinesField = "6";
            this.sealedField = "FALSE";
            this.sortableField = "TRUE";
            this.fromBaseTypeField = "FALSE";
            this.filterableField = "TRUE";
            this.filterableNoRecurrenceField = "FALSE";
            this.showInDisplayFormField = "FALSE";
            this.showInFileDlgField = "TRUE";
            this.showInListSettingsField = "FALSE";
        }
FieldRefDefinitionCT