예제 #1
0
 public object get_status(string status_uid, [DefaultParameterValue(null)] object default_value)
 {
     return(PythonConvert.ToPython(_componentRegistryService.GetComponentStatusValue(_componentUid, status_uid, default_value)));
 }
예제 #2
0
 public object get_status(string component_uid, string status_uid, object default_value = null)
 {
     return(PythonConvert.ToPython(_componentRegistryService.GetComponentStatusValue(component_uid, status_uid, default_value)));
 }