Пример #1
0
        private ComDayCqDamCoreImplJobsMetadataexportAsyncMetadataExportConfigInfo(string Pid, string Title, string Description, ComDayCqDamCoreImplJobsMetadataexportAsyncMetadataExportConfigProperties Properties)
        {
            this.Pid = Pid;

            this.Title = Title;

            this.Description = Description;

            this.Properties = Properties;
        }
Пример #2
0
 /// <summary>
 /// Sets value for ComDayCqDamCoreImplJobsMetadataexportAsyncMetadataExportConfigInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public ComDayCqDamCoreImplJobsMetadataexportAsyncMetadataExportConfigInfoBuilder Properties(ComDayCqDamCoreImplJobsMetadataexportAsyncMetadataExportConfigProperties value)
 {
     _Properties = value;
     return(this);
 }