Пример #1
0
 public void Visit(InventoryPrefixPredicate inventoryPrefixPredicate)
 {
     if (inventoryPrefixPredicate != null)
     {
         xmlWriter.WriteElementString("Prefix", "http://s3.amazonaws.com/doc/2006-03-01/", S3Transforms.ToXmlStringValue(inventoryPrefixPredicate.Prefix));
     }
 }
Пример #2
0
 public void Visit(InventoryPrefixPredicate inventoryPrefixPredicate)
 {
     if (inventoryPrefixPredicate != null)
     {
         xmlWriter.WriteElementString("Prefix", "http://s3.amazonaws.com/doc/2006-03-01/", S3Transforms.ToXmlStringValue(inventoryPrefixPredicate.Prefix));
     }
 }