示例#1
0
        private ComDayCqDamS7damCommonServletsS7damProductInfoServletInfo(string Pid, string Title, string Description, ComDayCqDamS7damCommonServletsS7damProductInfoServletProperties Properties)
        {
            this.Pid = Pid;

            this.Title = Title;

            this.Description = Description;

            this.Properties = Properties;
        }
示例#2
0
 /// <summary>
 /// Sets value for ComDayCqDamS7damCommonServletsS7damProductInfoServletInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public ComDayCqDamS7damCommonServletsS7damProductInfoServletInfoBuilder Properties(ComDayCqDamS7damCommonServletsS7damProductInfoServletProperties value)
 {
     _Properties = value;
     return(this);
 }