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

            this.Title = Title;

            this.Description = Description;

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