/// <summary> /// 创建 ServiceAttribute class 的新实例 /// </summary> public ServiceAttribute(string author, string contact, string name, string copyRight, string description, bool defaultEnabled) { Description = new ServiceDescription(author, contact, name, copyRight, description, defaultEnabled); }
/// <summary> /// 创建 ServiceAttribute class 的新实例 /// </summary> public ServiceAttribute(string author, string contact, string name, string copyRight, string description) { Description = new ServiceDescription(author, contact, name, copyRight, description); }