Beispiel #1
0
 /// <summary>
 /// 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.
 /// </summary>
 public static void Reset()
 {
     _schema = new XmpSchemaRegistryImpl();
 }
Beispiel #2
0
 /// <summary>
 /// 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.
 /// </summary>
 public static void Reset() {
     _schema = new XmpSchemaRegistryImpl();
 }
 static XmpMetaFactory()
 {
     SchemaRegistry = new XmpSchemaRegistry();
 }
 /// <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 purposes.
 /// </remarks>
 public static void Reset()
 {
     SchemaRegistry = new XmpSchemaRegistry();
 }
Beispiel #5
0
 static XmpMetaFactory()
 {
     SchemaRegistry = new XmpSchemaRegistry();
 }
Beispiel #6
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 purposes.
 /// </remarks>
 public static void Reset()
 {
     SchemaRegistry = new XmpSchemaRegistry();
 }