Beispiel #1
0
 public PictureparkContentRelationAttribute(string name, string filter)
     : this(name)
 {
     if (!string.IsNullOrEmpty(filter))
     {
         Filter = FilterBase.FromJson(filter);
     }
 }