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

ViewDefinition() public method

public ViewDefinition ( ) : System
return System
        public ViewDefinition()
        {
            this.aggregateViewField = "FALSE";
            this.defaultViewField = "FALSE";
            this.failIfEmptyField = "FALSE";
            this.fileDialogField = "FALSE";
            this.fPModifiedField = "FALSE";
            this.hiddenField = "FALSE";
            this.defaultViewForContentTypeField = "FALSE";
            this.includeRootFolderField = "FALSE";
            this.personalField = "FALSE";
            this.readOnlyField = "FALSE";
            this.recurrenceRowsetField = "FALSE";
            this.requiresClientIntegrationField = "FALSE";
            this.showHeaderUIField = "FALSE";
            this.typeField = ViewType.HTML;
            this.useSchemaXmlToolbarField = "FALSE";
            this.mobileViewField = "FALSE";
            this.levelField = 1;
            this.frameStateField = "Normal";
            this.isIncludedField = "TRUE";
            this.includeVersionsField = "FALSE";
            this.hackLockWebField = "FALSE";
            this.moderationTypeField = ViewModerationType.Item;
            this.scopeField = ViewScope.Item;
            this.threadedField = "FALSE";
            this.tabularViewField = "TRUE";
        }
ViewDefinition