Exemple #1
0
 private ComDayCqWcmDesignimporterParserTaghandlersFactoryMetaTagHandleInfo(string Pid, string Title, string Description, ComDayCqWcmDesignimporterParserTaghandlersFactoryMetaTagHandleProperties Properties)
 {
     
     this.Pid = Pid;
     
     this.Title = Title;
     
     this.Description = Description;
     
     this.Properties = Properties;
     
 }
Exemple #2
0
 /// <summary>
 /// Sets value for ComDayCqWcmDesignimporterParserTaghandlersFactoryMetaTagHandleInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public ComDayCqWcmDesignimporterParserTaghandlersFactoryMetaTagHandleInfoBuilder Properties(ComDayCqWcmDesignimporterParserTaghandlersFactoryMetaTagHandleProperties value)
 {
     _Properties = value;
     return this;
 }