예제 #1
0
 /// <summary>Resets the schema registry to its original state (creates a new one).</summary>
 /// <remarks>
 /// Resets the schema registry to its original state (creates a new one).
 /// Be careful this might break all existing XMPMeta-objects and should be used
 /// only for testing purpurses.
 /// </remarks>
 public static void Reset()
 {
     schema = new XMPSchemaRegistryImpl();
 }
 /// <summary>Resets the schema registry to its original state (creates a new one).</summary>
 /// <remarks>
 /// Resets the schema registry to its original state (creates a new one).
 /// Be careful this might break all existing XMPMeta-objects and should be used
 /// only for testing purpurses.
 /// </remarks>
 public static void Reset()
 {
     schema = new XMPSchemaRegistryImpl();
 }