Пример #1
0
 public PathAndContent Execute(Context context)
 {
     return(TaskProcessor.Execute(TaskInput, new[] {
         new KeyValuePair <string, object>("model", NamespaceDescriptor.TypeSystem),
         new KeyValuePair <string, object>("namespace", NamespaceDescriptor)
     }));
 }
Пример #2
0
 public bool IsApplicable()
 {
     return(TaskProcessor.IsApplicable(TaskInput, new[] {
         new KeyValuePair <string, object>("model", Descriptor.Namespace.TypeSystem),
         new KeyValuePair <string, object>("namespace", Descriptor.Namespace),
         new KeyValuePair <string, object>("type", Descriptor)
     }));
 }
Пример #3
0
 public PathAndContent Execute(Context context)
 {
     return(TaskProcessor.Execute(TaskInput, new[] { new KeyValuePair <string, object>("model", Model) }));
 }