Exemple #1
0
 public bool IsTrue(Common.Server.Engine.IJSONDocument entry)
 {
     if (entry != null)
     {
         return(true);
     }
     return(false);
 }
Exemple #2
0
        public bool Apply(Common.Server.Engine.IJSONDocument document)
        {
            var attribute = _targetField as Attribute;

            if (attribute != null)
            {
                return(Attributor.TryRename(document, _newName.ToString(), attribute));
            }
            return(false);
        }
Exemple #3
0
 public Common.Server.Engine.IJSONDocument Transform(Common.Server.Engine.IJSONDocument document)
 {
     return(document);
 }