示例#1
0
 public ServiceProfile(global::org.omg.SDOPackage.ServiceProfile source)
 {
     _Id = source.id;
     _InterfaceType = source.interface_type;
     _Properties = Converter.NVListToDictionary(source.properties);
     _Service = new ReactiveRTM.SDOPackage.SDOServiceStub(source.service);
 }
示例#2
0
 public ServiceProfile()
 {
     _Id = string.Empty;
     _InterfaceType = string.Empty;
     _Properties = new Dictionary<string,object>();
     _Service = default(ReactiveRTM.SDOPackage.SDOService);
 }