Exemplo n.º 1
0
 public IncludeMemberByPathSelectionRule(MemberPath pathToInclude)
     : base(pathToInclude.ToString())
 {
     memberToInclude = pathToInclude;
 }
 public IncludeMemberByPathSelectionRule(string pathToInclude) : base(pathToInclude)
 {
     this.pathToInclude = new MemberPath(pathToInclude);
 }
Exemplo n.º 3
0
 public IncludeMemberByPathSelectionRule(string pathToInclude) : base(pathToInclude)
 {
     this.pathToInclude = new MemberPath(pathToInclude);
 }