Example #1
0
 public ArtifactDescriptor Save(PluginDescriptor owner, IArtifactFormatter formatter, object data)
 {
     throw new System.NotImplementedException();
 }
Example #2
0
 public static ArtifactDescriptor Save(PluginDescriptor owner, IArtifactFormatter formatter, object data)
 {
     return(_instance.Save(owner, formatter, data));
 }
Example #3
0
 public static ArtifactDescriptor Save(PluginDescriptor owner, IArtifactFormatter formatter, object data)
 {
     return _instance.Save(owner, formatter, data);
 }
 public ArtifactDescriptor Save(PluginDescriptor owner, IArtifactFormatter formatter, object data)
 {
     throw new System.NotImplementedException();
 }