Beispiel #1
0
 public ImageIdentifier(string id, ImageIdentifierType type, string additionalArgs = "")
 {
     this.ImageTypeCode  = type;
     this.Id             = id;
     this.AdditionalArgs = additionalArgs;
 }
Beispiel #2
0
 public ImageIdentifier(ImageIdentifierType imageType = ImageIdentifierType.Null)
 {
     this.ImageTypeCode  = imageType;
     this.Id             = "";
     this.AdditionalArgs = "";
 }