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