Esempio n. 1
0
 public static extern SU_RESULT SUSchemaGetSchemaType(SUSchemaRef schema_ref, string schema_type_name, ref SUSchemaTypeRef schema_type_ref);
Esempio n. 2
0
 public static extern SU_RESULT SUClassificationsGetSchema(SUClassificationsRef classifications, string schema_name, ref SUSchemaRef schema_ref);
 public static extern SU_RESULT SUComponentDefinitionApplySchemaType(SUComponentDefinitionRef comp_def, SUSchemaRef schema_ref, SUSchemaTypeRef schema_type_ref);