Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeCqSocialCommonsEmailreplyImplMacmailEmailClientProviderProperties" /> class.
 /// </summary>
 /// <param name="priorityOrder">priorityOrder.</param>
 /// <param name="replyEmailPatterns">replyEmailPatterns.</param>
 public ComAdobeCqSocialCommonsEmailreplyImplMacmailEmailClientProviderProperties(ConfigNodePropertyInteger priorityOrder = default(ConfigNodePropertyInteger), ConfigNodePropertyArray replyEmailPatterns = default(ConfigNodePropertyArray))
 {
     this.PriorityOrder      = priorityOrder;
     this.ReplyEmailPatterns = replyEmailPatterns;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeGraniteUiClientlibsImplHtmlLibraryManagerImplProperties" /> class.
 /// </summary>
 /// <param name="htmllibmanagerTiming">htmllibmanagerTiming.</param>
 /// <param name="htmllibmanagerDebugInitJs">htmllibmanagerDebugInitJs.</param>
 /// <param name="htmllibmanagerMinify">htmllibmanagerMinify.</param>
 /// <param name="htmllibmanagerDebug">htmllibmanagerDebug.</param>
 /// <param name="htmllibmanagerGzip">htmllibmanagerGzip.</param>
 /// <param name="htmllibmanagerMaxDataUriSize">htmllibmanagerMaxDataUriSize.</param>
 /// <param name="htmllibmanagerMaxage">htmllibmanagerMaxage.</param>
 /// <param name="htmllibmanagerForceCQUrlInfo">htmllibmanagerForceCQUrlInfo.</param>
 /// <param name="htmllibmanagerDefaultthemename">htmllibmanagerDefaultthemename.</param>
 /// <param name="htmllibmanagerDefaultuserthemename">htmllibmanagerDefaultuserthemename.</param>
 /// <param name="htmllibmanagerClientmanager">htmllibmanagerClientmanager.</param>
 /// <param name="htmllibmanagerPathList">htmllibmanagerPathList.</param>
 /// <param name="htmllibmanagerExcludedPathList">htmllibmanagerExcludedPathList.</param>
 /// <param name="htmllibmanagerProcessorJs">htmllibmanagerProcessorJs.</param>
 /// <param name="htmllibmanagerProcessorCss">htmllibmanagerProcessorCss.</param>
 /// <param name="htmllibmanagerLongcachePatterns">htmllibmanagerLongcachePatterns.</param>
 /// <param name="htmllibmanagerLongcacheFormat">htmllibmanagerLongcacheFormat.</param>
 /// <param name="htmllibmanagerUseFileSystemOutputCache">htmllibmanagerUseFileSystemOutputCache.</param>
 /// <param name="htmllibmanagerFileSystemOutputCacheLocation">htmllibmanagerFileSystemOutputCacheLocation.</param>
 /// <param name="htmllibmanagerDisableReplacement">htmllibmanagerDisableReplacement.</param>
 public ComAdobeGraniteUiClientlibsImplHtmlLibraryManagerImplProperties(ConfigNodePropertyBoolean htmllibmanagerTiming = default(ConfigNodePropertyBoolean), ConfigNodePropertyString htmllibmanagerDebugInitJs = default(ConfigNodePropertyString), ConfigNodePropertyBoolean htmllibmanagerMinify = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean htmllibmanagerDebug = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean htmllibmanagerGzip = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger htmllibmanagerMaxDataUriSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger htmllibmanagerMaxage = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean htmllibmanagerForceCQUrlInfo = default(ConfigNodePropertyBoolean), ConfigNodePropertyString htmllibmanagerDefaultthemename = default(ConfigNodePropertyString), ConfigNodePropertyString htmllibmanagerDefaultuserthemename = default(ConfigNodePropertyString), ConfigNodePropertyString htmllibmanagerClientmanager = default(ConfigNodePropertyString), ConfigNodePropertyArray htmllibmanagerPathList = default(ConfigNodePropertyArray), ConfigNodePropertyArray htmllibmanagerExcludedPathList = default(ConfigNodePropertyArray), ConfigNodePropertyArray htmllibmanagerProcessorJs = default(ConfigNodePropertyArray), ConfigNodePropertyArray htmllibmanagerProcessorCss = default(ConfigNodePropertyArray), ConfigNodePropertyArray htmllibmanagerLongcachePatterns = default(ConfigNodePropertyArray), ConfigNodePropertyString htmllibmanagerLongcacheFormat = default(ConfigNodePropertyString), ConfigNodePropertyBoolean htmllibmanagerUseFileSystemOutputCache = default(ConfigNodePropertyBoolean), ConfigNodePropertyString htmllibmanagerFileSystemOutputCacheLocation = default(ConfigNodePropertyString), ConfigNodePropertyArray htmllibmanagerDisableReplacement = default(ConfigNodePropertyArray))
 {
     this.HtmllibmanagerTiming                        = htmllibmanagerTiming;
     this.HtmllibmanagerDebugInitJs                   = htmllibmanagerDebugInitJs;
     this.HtmllibmanagerMinify                        = htmllibmanagerMinify;
     this.HtmllibmanagerDebug                         = htmllibmanagerDebug;
     this.HtmllibmanagerGzip                          = htmllibmanagerGzip;
     this.HtmllibmanagerMaxDataUriSize                = htmllibmanagerMaxDataUriSize;
     this.HtmllibmanagerMaxage                        = htmllibmanagerMaxage;
     this.HtmllibmanagerForceCQUrlInfo                = htmllibmanagerForceCQUrlInfo;
     this.HtmllibmanagerDefaultthemename              = htmllibmanagerDefaultthemename;
     this.HtmllibmanagerDefaultuserthemename          = htmllibmanagerDefaultuserthemename;
     this.HtmllibmanagerClientmanager                 = htmllibmanagerClientmanager;
     this.HtmllibmanagerPathList                      = htmllibmanagerPathList;
     this.HtmllibmanagerExcludedPathList              = htmllibmanagerExcludedPathList;
     this.HtmllibmanagerProcessorJs                   = htmllibmanagerProcessorJs;
     this.HtmllibmanagerProcessorCss                  = htmllibmanagerProcessorCss;
     this.HtmllibmanagerLongcachePatterns             = htmllibmanagerLongcachePatterns;
     this.HtmllibmanagerLongcacheFormat               = htmllibmanagerLongcacheFormat;
     this.HtmllibmanagerUseFileSystemOutputCache      = htmllibmanagerUseFileSystemOutputCache;
     this.HtmllibmanagerFileSystemOutputCacheLocation = htmllibmanagerFileSystemOutputCacheLocation;
     this.HtmllibmanagerDisableReplacement            = htmllibmanagerDisableReplacement;
 }
Beispiel #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeGraniteWorkflowCoreJobJobHandlerProperties" /> class.
 /// </summary>
 /// <param name="jobTopics">jobTopics.</param>
 /// <param name="allowSelfProcessTermination">allowSelfProcessTermination.</param>
 public ComAdobeGraniteWorkflowCoreJobJobHandlerProperties(ConfigNodePropertyArray jobTopics = default(ConfigNodePropertyArray), ConfigNodePropertyBoolean allowSelfProcessTermination = default(ConfigNodePropertyBoolean))
 {
     this.JobTopics = jobTopics;
     this.AllowSelfProcessTermination = allowSelfProcessTermination;
 }
Beispiel #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeCqSocialSyncImplPublisherSyncServiceImplProperties" /> class.
 /// </summary>
 /// <param name="activeRunModes">activeRunModes.</param>
 public ComAdobeCqSocialSyncImplPublisherSyncServiceImplProperties(ConfigNodePropertyArray activeRunModes = default(ConfigNodePropertyArray))
 {
     this.ActiveRunModes = activeRunModes;
 }
Beispiel #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrgApacheSlingHcCoreImplScriptableHealthCheckProperties" /> class.
 /// </summary>
 /// <param name="hcName">hcName.</param>
 /// <param name="hcTags">hcTags.</param>
 /// <param name="hcMbeanName">hcMbeanName.</param>
 /// <param name="expression">expression.</param>
 /// <param name="languageExtension">languageExtension.</param>
 public OrgApacheSlingHcCoreImplScriptableHealthCheckProperties(ConfigNodePropertyString hcName = default(ConfigNodePropertyString), ConfigNodePropertyArray hcTags = default(ConfigNodePropertyArray), ConfigNodePropertyString hcMbeanName = default(ConfigNodePropertyString), ConfigNodePropertyString expression = default(ConfigNodePropertyString), ConfigNodePropertyString languageExtension = default(ConfigNodePropertyString))
 {
     this.HcName            = hcName;
     this.HcTags            = hcTags;
     this.HcMbeanName       = hcMbeanName;
     this.Expression        = expression;
     this.LanguageExtension = languageExtension;
 }
Beispiel #6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrgApacheSlingDistributionAgentImplQueueDistributionAgentFactoryProperties" /> class.
 /// </summary>
 /// <param name="name">name.</param>
 /// <param name="title">title.</param>
 /// <param name="details">details.</param>
 /// <param name="enabled">enabled.</param>
 /// <param name="serviceName">serviceName.</param>
 /// <param name="logLevel">logLevel.</param>
 /// <param name="allowedRoots">allowedRoots.</param>
 /// <param name="requestAuthorizationStrategyTarget">requestAuthorizationStrategyTarget.</param>
 /// <param name="queueProviderFactoryTarget">queueProviderFactoryTarget.</param>
 /// <param name="packageBuilderTarget">packageBuilderTarget.</param>
 /// <param name="triggersTarget">triggersTarget.</param>
 /// <param name="priorityQueues">priorityQueues.</param>
 public OrgApacheSlingDistributionAgentImplQueueDistributionAgentFactoryProperties(ConfigNodePropertyString name = default(ConfigNodePropertyString), ConfigNodePropertyString title = default(ConfigNodePropertyString), ConfigNodePropertyString details = default(ConfigNodePropertyString), ConfigNodePropertyBoolean enabled = default(ConfigNodePropertyBoolean), ConfigNodePropertyString serviceName = default(ConfigNodePropertyString), ConfigNodePropertyDropDown logLevel = default(ConfigNodePropertyDropDown), ConfigNodePropertyArray allowedRoots = default(ConfigNodePropertyArray), ConfigNodePropertyString requestAuthorizationStrategyTarget = default(ConfigNodePropertyString), ConfigNodePropertyString queueProviderFactoryTarget = default(ConfigNodePropertyString), ConfigNodePropertyString packageBuilderTarget = default(ConfigNodePropertyString), ConfigNodePropertyString triggersTarget = default(ConfigNodePropertyString), ConfigNodePropertyArray priorityQueues = default(ConfigNodePropertyArray))
 {
     this.Name         = name;
     this.Title        = title;
     this.Details      = details;
     this.Enabled      = enabled;
     this.ServiceName  = serviceName;
     this.LogLevel     = logLevel;
     this.AllowedRoots = allowedRoots;
     this.RequestAuthorizationStrategyTarget = requestAuthorizationStrategyTarget;
     this.QueueProviderFactoryTarget         = queueProviderFactoryTarget;
     this.PackageBuilderTarget = packageBuilderTarget;
     this.TriggersTarget       = triggersTarget;
     this.PriorityQueues       = priorityQueues;
 }
Beispiel #7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeGraniteCommentsInternalCommentReplicationContentFilterFacProperties" /> class.
 /// </summary>
 /// <param name="replicateCommentResourceTypes">replicateCommentResourceTypes.</param>
 public ComAdobeGraniteCommentsInternalCommentReplicationContentFilterFacProperties(ConfigNodePropertyArray replicateCommentResourceTypes = default(ConfigNodePropertyArray))
 {
     this.ReplicateCommentResourceTypes = replicateCommentResourceTypes;
 }
Beispiel #8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeGraniteQueriesImplHcQueriesStatusHealthCheckProperties" /> class.
 /// </summary>
 /// <param name="hcTags">hcTags.</param>
 public ComAdobeGraniteQueriesImplHcQueriesStatusHealthCheckProperties(ConfigNodePropertyArray hcTags = default(ConfigNodePropertyArray))
 {
     this.HcTags = hcTags;
 }
Beispiel #9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrgApacheSlingCommonsLogLogManagerFactoryConfigProperties" /> class.
 /// </summary>
 /// <param name="orgApacheSlingCommonsLogLevel">orgApacheSlingCommonsLogLevel.</param>
 /// <param name="orgApacheSlingCommonsLogFile">orgApacheSlingCommonsLogFile.</param>
 /// <param name="orgApacheSlingCommonsLogPattern">orgApacheSlingCommonsLogPattern.</param>
 /// <param name="orgApacheSlingCommonsLogNames">orgApacheSlingCommonsLogNames.</param>
 /// <param name="orgApacheSlingCommonsLogAdditiv">orgApacheSlingCommonsLogAdditiv.</param>
 public OrgApacheSlingCommonsLogLogManagerFactoryConfigProperties(ConfigNodePropertyDropDown orgApacheSlingCommonsLogLevel = default(ConfigNodePropertyDropDown), ConfigNodePropertyString orgApacheSlingCommonsLogFile = default(ConfigNodePropertyString), ConfigNodePropertyString orgApacheSlingCommonsLogPattern = default(ConfigNodePropertyString), ConfigNodePropertyArray orgApacheSlingCommonsLogNames = default(ConfigNodePropertyArray), ConfigNodePropertyBoolean orgApacheSlingCommonsLogAdditiv = default(ConfigNodePropertyBoolean))
 {
     this.OrgApacheSlingCommonsLogLevel   = orgApacheSlingCommonsLogLevel;
     this.OrgApacheSlingCommonsLogFile    = orgApacheSlingCommonsLogFile;
     this.OrgApacheSlingCommonsLogPattern = orgApacheSlingCommonsLogPattern;
     this.OrgApacheSlingCommonsLogNames   = orgApacheSlingCommonsLogNames;
     this.OrgApacheSlingCommonsLogAdditiv = orgApacheSlingCommonsLogAdditiv;
 }
Beispiel #10
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeCqSocialCommonsCommentsEndpointsImplCommentOperationSeProperties" /> class.
 /// </summary>
 /// <param name="fieldWhitelist">fieldWhitelist.</param>
 /// <param name="attachmentTypeBlacklist">attachmentTypeBlacklist.</param>
 public ComAdobeCqSocialCommonsCommentsEndpointsImplCommentOperationSeProperties(ConfigNodePropertyArray fieldWhitelist = default(ConfigNodePropertyArray), ConfigNodePropertyArray attachmentTypeBlacklist = default(ConfigNodePropertyArray))
 {
     this.FieldWhitelist          = fieldWhitelist;
     this.AttachmentTypeBlacklist = attachmentTypeBlacklist;
 }
Beispiel #11
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrgApacheSlingDistributionPackagingImplExporterRemoteDistributiProperties" /> class.
 /// </summary>
 /// <param name="name">name.</param>
 /// <param name="endpoints">endpoints.</param>
 /// <param name="pullItems">pullItems.</param>
 /// <param name="packageBuilderTarget">packageBuilderTarget.</param>
 /// <param name="transportSecretProviderTarget">transportSecretProviderTarget.</param>
 public OrgApacheSlingDistributionPackagingImplExporterRemoteDistributiProperties(ConfigNodePropertyString name = default(ConfigNodePropertyString), ConfigNodePropertyArray endpoints = default(ConfigNodePropertyArray), ConfigNodePropertyInteger pullItems = default(ConfigNodePropertyInteger), ConfigNodePropertyString packageBuilderTarget = default(ConfigNodePropertyString), ConfigNodePropertyString transportSecretProviderTarget = default(ConfigNodePropertyString))
 {
     this.Name                          = name;
     this.Endpoints                     = endpoints;
     this.PullItems                     = pullItems;
     this.PackageBuilderTarget          = packageBuilderTarget;
     this.TransportSecretProviderTarget = transportSecretProviderTarget;
 }
Beispiel #12
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComDayCqWidgetImplWidgetExtensionProviderImplProperties" /> class.
 /// </summary>
 /// <param name="extendableWidgets">extendableWidgets.</param>
 /// <param name="widgetextensionproviderDebug">widgetextensionproviderDebug.</param>
 public ComDayCqWidgetImplWidgetExtensionProviderImplProperties(ConfigNodePropertyArray extendableWidgets = default(ConfigNodePropertyArray), ConfigNodePropertyBoolean widgetextensionproviderDebug = default(ConfigNodePropertyBoolean))
 {
     this.ExtendableWidgets            = extendableWidgets;
     this.WidgetextensionproviderDebug = widgetextensionproviderDebug;
 }
Beispiel #13
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeCqUpgradesCleanupImplUpgradeInstallFolderCleanupProperties" /> class.
 /// </summary>
 /// <param name="deleteNameRegexps">deleteNameRegexps.</param>
 public ComAdobeCqUpgradesCleanupImplUpgradeInstallFolderCleanupProperties(ConfigNodePropertyArray deleteNameRegexps = default(ConfigNodePropertyArray))
 {
     this.DeleteNameRegexps = deleteNameRegexps;
 }
Beispiel #14
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrgApacheSlingServletsGetDefaultGetServletProperties" /> class.
 /// </summary>
 /// <param name="aliases">aliases.</param>
 /// <param name="index">index.</param>
 /// <param name="indexFiles">indexFiles.</param>
 /// <param name="enableHtml">enableHtml.</param>
 /// <param name="enableJson">enableJson.</param>
 /// <param name="enableTxt">enableTxt.</param>
 /// <param name="enableXml">enableXml.</param>
 /// <param name="jsonMaximumresults">jsonMaximumresults.</param>
 /// <param name="ecmaSuport">ecmaSuport.</param>
 public OrgApacheSlingServletsGetDefaultGetServletProperties(ConfigNodePropertyArray aliases = default(ConfigNodePropertyArray), ConfigNodePropertyBoolean index = default(ConfigNodePropertyBoolean), ConfigNodePropertyArray indexFiles = default(ConfigNodePropertyArray), ConfigNodePropertyBoolean enableHtml = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean enableJson = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean enableTxt = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean enableXml = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger jsonMaximumresults = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean ecmaSuport = default(ConfigNodePropertyBoolean))
 {
     this.Aliases            = aliases;
     this.Index              = index;
     this.IndexFiles         = indexFiles;
     this.EnableHtml         = enableHtml;
     this.EnableJson         = enableJson;
     this.EnableTxt          = enableTxt;
     this.EnableXml          = enableXml;
     this.JsonMaximumresults = jsonMaximumresults;
     this.EcmaSuport         = ecmaSuport;
 }
Beispiel #15
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrgApacheSlingDistributionSerializationImplVltVaultDistributionProperties" /> class.
 /// </summary>
 /// <param name="name">name.</param>
 /// <param name="type">type.</param>
 /// <param name="importMode">importMode.</param>
 /// <param name="aclHandling">aclHandling.</param>
 /// <param name="packageRoots">packageRoots.</param>
 /// <param name="packageFilters">packageFilters.</param>
 /// <param name="propertyFilters">propertyFilters.</param>
 /// <param name="tempFsFolder">tempFsFolder.</param>
 /// <param name="useBinaryReferences">useBinaryReferences.</param>
 /// <param name="autoSaveThreshold">autoSaveThreshold.</param>
 /// <param name="cleanupDelay">cleanupDelay.</param>
 /// <param name="fileThreshold">fileThreshold.</param>
 /// <param name="mEGABYTES">mEGABYTES.</param>
 /// <param name="useOffHeapMemory">useOffHeapMemory.</param>
 /// <param name="digestAlgorithm">digestAlgorithm.</param>
 /// <param name="monitoringQueueSize">monitoringQueueSize.</param>
 /// <param name="pathsMapping">pathsMapping.</param>
 /// <param name="strictImport">strictImport.</param>
 public OrgApacheSlingDistributionSerializationImplVltVaultDistributionProperties(ConfigNodePropertyString name = default(ConfigNodePropertyString), ConfigNodePropertyDropDown type = default(ConfigNodePropertyDropDown), ConfigNodePropertyString importMode = default(ConfigNodePropertyString), ConfigNodePropertyString aclHandling = default(ConfigNodePropertyString), ConfigNodePropertyString packageRoots = default(ConfigNodePropertyString), ConfigNodePropertyArray packageFilters = default(ConfigNodePropertyArray), ConfigNodePropertyArray propertyFilters = default(ConfigNodePropertyArray), ConfigNodePropertyString tempFsFolder = default(ConfigNodePropertyString), ConfigNodePropertyBoolean useBinaryReferences = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger autoSaveThreshold = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger cleanupDelay = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger fileThreshold = default(ConfigNodePropertyInteger), ConfigNodePropertyDropDown mEGABYTES = default(ConfigNodePropertyDropDown), ConfigNodePropertyBoolean useOffHeapMemory = default(ConfigNodePropertyBoolean), ConfigNodePropertyDropDown digestAlgorithm = default(ConfigNodePropertyDropDown), ConfigNodePropertyInteger monitoringQueueSize = default(ConfigNodePropertyInteger), ConfigNodePropertyArray pathsMapping = default(ConfigNodePropertyArray), ConfigNodePropertyBoolean strictImport = default(ConfigNodePropertyBoolean))
 {
     this.Name                = name;
     this.Type                = type;
     this.ImportMode          = importMode;
     this.AclHandling         = aclHandling;
     this.PackageRoots        = packageRoots;
     this.PackageFilters      = packageFilters;
     this.PropertyFilters     = propertyFilters;
     this.TempFsFolder        = tempFsFolder;
     this.UseBinaryReferences = useBinaryReferences;
     this.AutoSaveThreshold   = autoSaveThreshold;
     this.CleanupDelay        = cleanupDelay;
     this.FileThreshold       = fileThreshold;
     this.MEGA_BYTES          = mEGABYTES;
     this.UseOffHeapMemory    = useOffHeapMemory;
     this.DigestAlgorithm     = digestAlgorithm;
     this.MonitoringQueueSize = monitoringQueueSize;
     this.PathsMapping        = pathsMapping;
     this.StrictImport        = strictImport;
 }
Beispiel #16
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComDayCqWcmFoundationSecurityImplSaferSlingPostValidatorImplProperties" /> class.
 /// </summary>
 /// <param name="parameterWhitelist">parameterWhitelist.</param>
 /// <param name="parameterWhitelistPrefixes">parameterWhitelistPrefixes.</param>
 /// <param name="binaryParameterWhitelist">binaryParameterWhitelist.</param>
 /// <param name="modifierWhitelist">modifierWhitelist.</param>
 /// <param name="operationWhitelist">operationWhitelist.</param>
 /// <param name="operationWhitelistPrefixes">operationWhitelistPrefixes.</param>
 /// <param name="typehintWhitelist">typehintWhitelist.</param>
 /// <param name="resourcetypeWhitelist">resourcetypeWhitelist.</param>
 public ComDayCqWcmFoundationSecurityImplSaferSlingPostValidatorImplProperties(ConfigNodePropertyArray parameterWhitelist = default(ConfigNodePropertyArray), ConfigNodePropertyArray parameterWhitelistPrefixes = default(ConfigNodePropertyArray), ConfigNodePropertyArray binaryParameterWhitelist = default(ConfigNodePropertyArray), ConfigNodePropertyArray modifierWhitelist = default(ConfigNodePropertyArray), ConfigNodePropertyArray operationWhitelist = default(ConfigNodePropertyArray), ConfigNodePropertyArray operationWhitelistPrefixes = default(ConfigNodePropertyArray), ConfigNodePropertyArray typehintWhitelist = default(ConfigNodePropertyArray), ConfigNodePropertyArray resourcetypeWhitelist = default(ConfigNodePropertyArray))
 {
     this.ParameterWhitelist         = parameterWhitelist;
     this.ParameterWhitelistPrefixes = parameterWhitelistPrefixes;
     this.BinaryParameterWhitelist   = binaryParameterWhitelist;
     this.ModifierWhitelist          = modifierWhitelist;
     this.OperationWhitelist         = operationWhitelist;
     this.OperationWhitelistPrefixes = operationWhitelistPrefixes;
     this.TypehintWhitelist          = typehintWhitelist;
     this.ResourcetypeWhitelist      = resourcetypeWhitelist;
 }
Beispiel #17
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeCqSocialCommonsUgclimiterImplUGCLimiterServiceImplProperties" /> class.
 /// </summary>
 /// <param name="eventTopics">eventTopics.</param>
 /// <param name="eventFilter">eventFilter.</param>
 /// <param name="verbs">verbs.</param>
 public ComAdobeCqSocialCommonsUgclimiterImplUGCLimiterServiceImplProperties(ConfigNodePropertyString eventTopics = default(ConfigNodePropertyString), ConfigNodePropertyString eventFilter = default(ConfigNodePropertyString), ConfigNodePropertyArray verbs = default(ConfigNodePropertyArray))
 {
     this.EventTopics = eventTopics;
     this.EventFilter = eventFilter;
     this.Verbs       = verbs;
 }
Beispiel #18
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComDayCqWcmMsmImplActionsOrderChildrenActionFactoryProperties" /> class.
 /// </summary>
 /// <param name="cqWcmMsmActionExcludednodetypes">cqWcmMsmActionExcludednodetypes.</param>
 /// <param name="cqWcmMsmActionExcludedparagraphitems">cqWcmMsmActionExcludedparagraphitems.</param>
 /// <param name="cqWcmMsmActionExcludedprops">cqWcmMsmActionExcludedprops.</param>
 public ComDayCqWcmMsmImplActionsOrderChildrenActionFactoryProperties(ConfigNodePropertyArray cqWcmMsmActionExcludednodetypes = default(ConfigNodePropertyArray), ConfigNodePropertyArray cqWcmMsmActionExcludedparagraphitems = default(ConfigNodePropertyArray), ConfigNodePropertyArray cqWcmMsmActionExcludedprops = default(ConfigNodePropertyArray))
 {
     this.CqWcmMsmActionExcludednodetypes      = cqWcmMsmActionExcludednodetypes;
     this.CqWcmMsmActionExcludedparagraphitems = cqWcmMsmActionExcludedparagraphitems;
     this.CqWcmMsmActionExcludedprops          = cqWcmMsmActionExcludedprops;
 }
Beispiel #19
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrgApacheFelixEventadminImplEventAdminProperties" /> class.
 /// </summary>
 /// <param name="orgApacheFelixEventadminThreadPoolSize">orgApacheFelixEventadminThreadPoolSize.</param>
 /// <param name="orgApacheFelixEventadminAsyncToSyncThreadRatio">orgApacheFelixEventadminAsyncToSyncThreadRatio.</param>
 /// <param name="orgApacheFelixEventadminTimeout">orgApacheFelixEventadminTimeout.</param>
 /// <param name="orgApacheFelixEventadminRequireTopic">orgApacheFelixEventadminRequireTopic.</param>
 /// <param name="orgApacheFelixEventadminIgnoreTimeout">orgApacheFelixEventadminIgnoreTimeout.</param>
 /// <param name="orgApacheFelixEventadminIgnoreTopic">orgApacheFelixEventadminIgnoreTopic.</param>
 public OrgApacheFelixEventadminImplEventAdminProperties(ConfigNodePropertyInteger orgApacheFelixEventadminThreadPoolSize = default(ConfigNodePropertyInteger), ConfigNodePropertyFloat orgApacheFelixEventadminAsyncToSyncThreadRatio = default(ConfigNodePropertyFloat), ConfigNodePropertyInteger orgApacheFelixEventadminTimeout = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean orgApacheFelixEventadminRequireTopic = default(ConfigNodePropertyBoolean), ConfigNodePropertyArray orgApacheFelixEventadminIgnoreTimeout = default(ConfigNodePropertyArray), ConfigNodePropertyArray orgApacheFelixEventadminIgnoreTopic = default(ConfigNodePropertyArray))
 {
     this.OrgApacheFelixEventadminThreadPoolSize         = orgApacheFelixEventadminThreadPoolSize;
     this.OrgApacheFelixEventadminAsyncToSyncThreadRatio = orgApacheFelixEventadminAsyncToSyncThreadRatio;
     this.OrgApacheFelixEventadminTimeout       = orgApacheFelixEventadminTimeout;
     this.OrgApacheFelixEventadminRequireTopic  = orgApacheFelixEventadminRequireTopic;
     this.OrgApacheFelixEventadminIgnoreTimeout = orgApacheFelixEventadminIgnoreTimeout;
     this.OrgApacheFelixEventadminIgnoreTopic   = orgApacheFelixEventadminIgnoreTopic;
 }
Beispiel #20
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeCqDtmImplServletsDTMDeployHookServletProperties" /> class.
 /// </summary>
 /// <param name="dtmStagingIpWhitelist">dtmStagingIpWhitelist.</param>
 /// <param name="dtmProductionIpWhitelist">dtmProductionIpWhitelist.</param>
 public ComAdobeCqDtmImplServletsDTMDeployHookServletProperties(ConfigNodePropertyArray dtmStagingIpWhitelist = default(ConfigNodePropertyArray), ConfigNodePropertyArray dtmProductionIpWhitelist = default(ConfigNodePropertyArray))
 {
     this.DtmStagingIpWhitelist    = dtmStagingIpWhitelist;
     this.DtmProductionIpWhitelist = dtmProductionIpWhitelist;
 }
Beispiel #21
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeCqSocialTranslationImplUGCLanguageDetectorProperties" /> class.
 /// </summary>
 /// <param name="eventTopics">eventTopics.</param>
 /// <param name="eventFilter">eventFilter.</param>
 /// <param name="translateListenerType">translateListenerType.</param>
 /// <param name="translatePropertyList">translatePropertyList.</param>
 /// <param name="poolSize">poolSize.</param>
 /// <param name="maxPoolSize">maxPoolSize.</param>
 /// <param name="queueSize">queueSize.</param>
 /// <param name="keepAliveTime">keepAliveTime.</param>
 public ComAdobeCqSocialTranslationImplUGCLanguageDetectorProperties(ConfigNodePropertyString eventTopics = default(ConfigNodePropertyString), ConfigNodePropertyString eventFilter = default(ConfigNodePropertyString), ConfigNodePropertyArray translateListenerType = default(ConfigNodePropertyArray), ConfigNodePropertyArray translatePropertyList = default(ConfigNodePropertyArray), ConfigNodePropertyInteger poolSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger maxPoolSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger queueSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger keepAliveTime = default(ConfigNodePropertyInteger))
 {
     this.EventTopics           = eventTopics;
     this.EventFilter           = eventFilter;
     this.TranslateListenerType = translateListenerType;
     this.TranslatePropertyList = translatePropertyList;
     this.PoolSize      = poolSize;
     this.MaxPoolSize   = maxPoolSize;
     this.QueueSize     = queueSize;
     this.KeepAliveTime = keepAliveTime;
 }
Beispiel #22
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComDayCqDamCoreImplServletCollectionsServletProperties" /> class.
 /// </summary>
 /// <param name="cqDamBatchCollectionsProperties">cqDamBatchCollectionsProperties.</param>
 /// <param name="cqDamBatchCollectionsLimit">cqDamBatchCollectionsLimit.</param>
 public ComDayCqDamCoreImplServletCollectionsServletProperties(ConfigNodePropertyArray cqDamBatchCollectionsProperties = default(ConfigNodePropertyArray), ConfigNodePropertyInteger cqDamBatchCollectionsLimit = default(ConfigNodePropertyInteger))
 {
     this.CqDamBatchCollectionsProperties = cqDamBatchCollectionsProperties;
     this.CqDamBatchCollectionsLimit      = cqDamBatchCollectionsLimit;
 }
Beispiel #23
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeCqSocialUgcbaseModerationImplAutoModerationImplProperties" /> class.
 /// </summary>
 /// <param name="automoderationSequence">automoderationSequence.</param>
 /// <param name="automoderationOnfailurestop">automoderationOnfailurestop.</param>
 public ComAdobeCqSocialUgcbaseModerationImplAutoModerationImplProperties(ConfigNodePropertyArray automoderationSequence = default(ConfigNodePropertyArray), ConfigNodePropertyBoolean automoderationOnfailurestop = default(ConfigNodePropertyBoolean))
 {
     this.AutomoderationSequence      = automoderationSequence;
     this.AutomoderationOnfailurestop = automoderationOnfailurestop;
 }
Beispiel #24
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeCqSecurityHcBundlesImplWcmFilterHealthCheckProperties" /> class.
 /// </summary>
 /// <param name="hcTags">hcTags.</param>
 public ComAdobeCqSecurityHcBundlesImplWcmFilterHealthCheckProperties(ConfigNodePropertyArray hcTags = default(ConfigNodePropertyArray))
 {
     this.HcTags = hcTags;
 }
Beispiel #25
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComDayCommonsDatasourceJdbcpoolJdbcPoolServiceProperties" /> class.
 /// </summary>
 /// <param name="jdbcDriverClass">jdbcDriverClass.</param>
 /// <param name="jdbcConnectionUri">jdbcConnectionUri.</param>
 /// <param name="jdbcUsername">jdbcUsername.</param>
 /// <param name="jdbcPassword">jdbcPassword.</param>
 /// <param name="jdbcValidationQuery">jdbcValidationQuery.</param>
 /// <param name="defaultReadonly">defaultReadonly.</param>
 /// <param name="defaultAutocommit">defaultAutocommit.</param>
 /// <param name="poolSize">poolSize.</param>
 /// <param name="poolMaxWaitMsec">poolMaxWaitMsec.</param>
 /// <param name="datasourceName">datasourceName.</param>
 /// <param name="datasourceSvcProperties">datasourceSvcProperties.</param>
 public ComDayCommonsDatasourceJdbcpoolJdbcPoolServiceProperties(ConfigNodePropertyString jdbcDriverClass = default(ConfigNodePropertyString), ConfigNodePropertyString jdbcConnectionUri = default(ConfigNodePropertyString), ConfigNodePropertyString jdbcUsername = default(ConfigNodePropertyString), ConfigNodePropertyString jdbcPassword = default(ConfigNodePropertyString), ConfigNodePropertyString jdbcValidationQuery = default(ConfigNodePropertyString), ConfigNodePropertyBoolean defaultReadonly = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean defaultAutocommit = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger poolSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger poolMaxWaitMsec = default(ConfigNodePropertyInteger), ConfigNodePropertyString datasourceName = default(ConfigNodePropertyString), ConfigNodePropertyArray datasourceSvcProperties = default(ConfigNodePropertyArray))
 {
     this.JdbcDriverClass         = jdbcDriverClass;
     this.JdbcConnectionUri       = jdbcConnectionUri;
     this.JdbcUsername            = jdbcUsername;
     this.JdbcPassword            = jdbcPassword;
     this.JdbcValidationQuery     = jdbcValidationQuery;
     this.DefaultReadonly         = defaultReadonly;
     this.DefaultAutocommit       = defaultAutocommit;
     this.PoolSize                = poolSize;
     this.PoolMaxWaitMsec         = poolMaxWaitMsec;
     this.DatasourceName          = datasourceName;
     this.DatasourceSvcProperties = datasourceSvcProperties;
 }
Beispiel #26
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrgApacheSlingDistributionAgentImplSyncDistributionAgentFactoryProperties" /> class.
 /// </summary>
 /// <param name="name">name.</param>
 /// <param name="title">title.</param>
 /// <param name="details">details.</param>
 /// <param name="enabled">enabled.</param>
 /// <param name="serviceName">serviceName.</param>
 /// <param name="logLevel">logLevel.</param>
 /// <param name="queueProcessingEnabled">queueProcessingEnabled.</param>
 /// <param name="passiveQueues">passiveQueues.</param>
 /// <param name="packageExporterEndpoints">packageExporterEndpoints.</param>
 /// <param name="packageImporterEndpoints">packageImporterEndpoints.</param>
 /// <param name="retryStrategy">retryStrategy.</param>
 /// <param name="retryAttempts">retryAttempts.</param>
 /// <param name="pullItems">pullItems.</param>
 /// <param name="httpConnTimeout">httpConnTimeout.</param>
 /// <param name="requestAuthorizationStrategyTarget">requestAuthorizationStrategyTarget.</param>
 /// <param name="transportSecretProviderTarget">transportSecretProviderTarget.</param>
 /// <param name="packageBuilderTarget">packageBuilderTarget.</param>
 /// <param name="triggersTarget">triggersTarget.</param>
 public OrgApacheSlingDistributionAgentImplSyncDistributionAgentFactoryProperties(ConfigNodePropertyString name = default(ConfigNodePropertyString), ConfigNodePropertyString title = default(ConfigNodePropertyString), ConfigNodePropertyString details = default(ConfigNodePropertyString), ConfigNodePropertyBoolean enabled = default(ConfigNodePropertyBoolean), ConfigNodePropertyString serviceName = default(ConfigNodePropertyString), ConfigNodePropertyDropDown logLevel = default(ConfigNodePropertyDropDown), ConfigNodePropertyBoolean queueProcessingEnabled = default(ConfigNodePropertyBoolean), ConfigNodePropertyArray passiveQueues = default(ConfigNodePropertyArray), ConfigNodePropertyArray packageExporterEndpoints = default(ConfigNodePropertyArray), ConfigNodePropertyArray packageImporterEndpoints = default(ConfigNodePropertyArray), ConfigNodePropertyDropDown retryStrategy = default(ConfigNodePropertyDropDown), ConfigNodePropertyInteger retryAttempts = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger pullItems = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger httpConnTimeout = default(ConfigNodePropertyInteger), ConfigNodePropertyString requestAuthorizationStrategyTarget = default(ConfigNodePropertyString), ConfigNodePropertyString transportSecretProviderTarget = default(ConfigNodePropertyString), ConfigNodePropertyString packageBuilderTarget = default(ConfigNodePropertyString), ConfigNodePropertyString triggersTarget = default(ConfigNodePropertyString))
 {
     this.Name                               = name;
     this.Title                              = title;
     this.Details                            = details;
     this.Enabled                            = enabled;
     this.ServiceName                        = serviceName;
     this.LogLevel                           = logLevel;
     this.QueueProcessingEnabled             = queueProcessingEnabled;
     this.PassiveQueues                      = passiveQueues;
     this.PackageExporterEndpoints           = packageExporterEndpoints;
     this.PackageImporterEndpoints           = packageImporterEndpoints;
     this.RetryStrategy                      = retryStrategy;
     this.RetryAttempts                      = retryAttempts;
     this.PullItems                          = pullItems;
     this.HttpConnTimeout                    = httpConnTimeout;
     this.RequestAuthorizationStrategyTarget = requestAuthorizationStrategyTarget;
     this.TransportSecretProviderTarget      = transportSecretProviderTarget;
     this.PackageBuilderTarget               = packageBuilderTarget;
     this.TriggersTarget                     = triggersTarget;
 }
Beispiel #27
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrgApacheSlingCaconfigImplDefDefaultConfigurationInheritanceStraProperties" /> class.
 /// </summary>
 /// <param name="enabled">enabled.</param>
 /// <param name="configPropertyInheritancePropertyNames">configPropertyInheritancePropertyNames.</param>
 public OrgApacheSlingCaconfigImplDefDefaultConfigurationInheritanceStraProperties(ConfigNodePropertyBoolean enabled = default(ConfigNodePropertyBoolean), ConfigNodePropertyArray configPropertyInheritancePropertyNames = default(ConfigNodePropertyArray))
 {
     this.Enabled = enabled;
     this.ConfigPropertyInheritancePropertyNames = configPropertyInheritancePropertyNames;
 }
Beispiel #28
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComDayCqDamCommonsUtilImplAssetCacheImplProperties" /> class.
 /// </summary>
 /// <param name="largeFileMin">largeFileMin.</param>
 /// <param name="cacheApply">cacheApply.</param>
 /// <param name="mimeTypes">mimeTypes.</param>
 public ComDayCqDamCommonsUtilImplAssetCacheImplProperties(ConfigNodePropertyInteger largeFileMin = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean cacheApply = default(ConfigNodePropertyBoolean), ConfigNodePropertyArray mimeTypes = default(ConfigNodePropertyArray))
 {
     this.LargeFileMin = largeFileMin;
     this.CacheApply   = cacheApply;
     this.MimeTypes    = mimeTypes;
 }
Beispiel #29
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrgApacheJackrabbitOakSecurityAuthenticationLdapImplLdapIdentiProperties" /> class.
 /// </summary>
 /// <param name="providerName">providerName.</param>
 /// <param name="hostName">hostName.</param>
 /// <param name="hostPort">hostPort.</param>
 /// <param name="hostSsl">hostSsl.</param>
 /// <param name="hostTls">hostTls.</param>
 /// <param name="hostNoCertCheck">hostNoCertCheck.</param>
 /// <param name="bindDn">bindDn.</param>
 /// <param name="bindPassword">bindPassword.</param>
 /// <param name="searchTimeout">searchTimeout.</param>
 /// <param name="adminPoolMaxActive">adminPoolMaxActive.</param>
 /// <param name="adminPoolLookupOnValidate">adminPoolLookupOnValidate.</param>
 /// <param name="userPoolMaxActive">userPoolMaxActive.</param>
 /// <param name="userPoolLookupOnValidate">userPoolLookupOnValidate.</param>
 /// <param name="userBaseDN">userBaseDN.</param>
 /// <param name="userObjectclass">userObjectclass.</param>
 /// <param name="userIdAttribute">userIdAttribute.</param>
 /// <param name="userExtraFilter">userExtraFilter.</param>
 /// <param name="userMakeDnPath">userMakeDnPath.</param>
 /// <param name="groupBaseDN">groupBaseDN.</param>
 /// <param name="groupObjectclass">groupObjectclass.</param>
 /// <param name="groupNameAttribute">groupNameAttribute.</param>
 /// <param name="groupExtraFilter">groupExtraFilter.</param>
 /// <param name="groupMakeDnPath">groupMakeDnPath.</param>
 /// <param name="groupMemberAttribute">groupMemberAttribute.</param>
 /// <param name="useUidForExtId">useUidForExtId.</param>
 /// <param name="customattributes">customattributes.</param>
 public OrgApacheJackrabbitOakSecurityAuthenticationLdapImplLdapIdentiProperties(ConfigNodePropertyString providerName = default(ConfigNodePropertyString), ConfigNodePropertyString hostName = default(ConfigNodePropertyString), ConfigNodePropertyInteger hostPort = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean hostSsl = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean hostTls = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean hostNoCertCheck = default(ConfigNodePropertyBoolean), ConfigNodePropertyString bindDn = default(ConfigNodePropertyString), ConfigNodePropertyString bindPassword = default(ConfigNodePropertyString), ConfigNodePropertyString searchTimeout = default(ConfigNodePropertyString), ConfigNodePropertyInteger adminPoolMaxActive = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean adminPoolLookupOnValidate = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger userPoolMaxActive = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean userPoolLookupOnValidate = default(ConfigNodePropertyBoolean), ConfigNodePropertyString userBaseDN = default(ConfigNodePropertyString), ConfigNodePropertyArray userObjectclass = default(ConfigNodePropertyArray), ConfigNodePropertyString userIdAttribute = default(ConfigNodePropertyString), ConfigNodePropertyString userExtraFilter = default(ConfigNodePropertyString), ConfigNodePropertyBoolean userMakeDnPath = default(ConfigNodePropertyBoolean), ConfigNodePropertyString groupBaseDN = default(ConfigNodePropertyString), ConfigNodePropertyArray groupObjectclass = default(ConfigNodePropertyArray), ConfigNodePropertyString groupNameAttribute = default(ConfigNodePropertyString), ConfigNodePropertyString groupExtraFilter = default(ConfigNodePropertyString), ConfigNodePropertyBoolean groupMakeDnPath = default(ConfigNodePropertyBoolean), ConfigNodePropertyString groupMemberAttribute = default(ConfigNodePropertyString), ConfigNodePropertyBoolean useUidForExtId = default(ConfigNodePropertyBoolean), ConfigNodePropertyArray customattributes = default(ConfigNodePropertyArray))
 {
     this.ProviderName              = providerName;
     this.HostName                  = hostName;
     this.HostPort                  = hostPort;
     this.HostSsl                   = hostSsl;
     this.HostTls                   = hostTls;
     this.HostNoCertCheck           = hostNoCertCheck;
     this.BindDn                    = bindDn;
     this.BindPassword              = bindPassword;
     this.SearchTimeout             = searchTimeout;
     this.AdminPoolMaxActive        = adminPoolMaxActive;
     this.AdminPoolLookupOnValidate = adminPoolLookupOnValidate;
     this.UserPoolMaxActive         = userPoolMaxActive;
     this.UserPoolLookupOnValidate  = userPoolLookupOnValidate;
     this.UserBaseDN                = userBaseDN;
     this.UserObjectclass           = userObjectclass;
     this.UserIdAttribute           = userIdAttribute;
     this.UserExtraFilter           = userExtraFilter;
     this.UserMakeDnPath            = userMakeDnPath;
     this.GroupBaseDN               = groupBaseDN;
     this.GroupObjectclass          = groupObjectclass;
     this.GroupNameAttribute        = groupNameAttribute;
     this.GroupExtraFilter          = groupExtraFilter;
     this.GroupMakeDnPath           = groupMakeDnPath;
     this.GroupMemberAttribute      = groupMemberAttribute;
     this.UseUidForExtId            = useUidForExtId;
     this.Customattributes          = customattributes;
 }
Beispiel #30
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComAdobeGraniteBundlesHcImplDavExBundleHealthCheckProperties" /> class.
 /// </summary>
 /// <param name="hcTags">hcTags.</param>
 public ComAdobeGraniteBundlesHcImplDavExBundleHealthCheckProperties(ConfigNodePropertyArray hcTags = default(ConfigNodePropertyArray))
 {
     this.HcTags = hcTags;
 }