Exemple #1
0
        private ComDayCqRewriterLinkcheckerImplLinkCheckerTransformerFactoryInfo(string Pid, string Title, string Description, ComDayCqRewriterLinkcheckerImplLinkCheckerTransformerFactoryProperties Properties)
        {
            this.Pid = Pid;

            this.Title = Title;

            this.Description = Description;

            this.Properties = Properties;
        }
Exemple #2
0
 /// <summary>
 /// Sets value for ComDayCqRewriterLinkcheckerImplLinkCheckerTransformerFactoryInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public ComDayCqRewriterLinkcheckerImplLinkCheckerTransformerFactoryInfoBuilder Properties(ComDayCqRewriterLinkcheckerImplLinkCheckerTransformerFactoryProperties value)
 {
     _Properties = value;
     return(this);
 }