Beispiel #1
0
        private ComDayCqWcmDesignimporterParserTaghandlersFactoryStyleTagHandlInfo(string Pid, string Title, string Description, ComDayCqWcmDesignimporterParserTaghandlersFactoryStyleTagHandlProperties Properties)
        {
            this.Pid = Pid;

            this.Title = Title;

            this.Description = Description;

            this.Properties = Properties;
        }
Beispiel #2
0
 /// <summary>
 /// Sets value for ComDayCqWcmDesignimporterParserTaghandlersFactoryStyleTagHandlInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public ComDayCqWcmDesignimporterParserTaghandlersFactoryStyleTagHandlInfoBuilder Properties(ComDayCqWcmDesignimporterParserTaghandlersFactoryStyleTagHandlProperties value)
 {
     _Properties = value;
     return(this);
 }