Ejemplo n.º 1
0
 internal FindResult(bool isSucceeded, PWalkContext context)
 {
     this.isSucceeded = isSucceeded;
     Context          = context;
 }
Ejemplo n.º 2
0
 private void ProvidePropertyPresentation(IDataProperty target, PWalkContext pwalk)
 {
     ItemsCore.Add(new GeneralDataPropertyPresentation(target));
 }