Exemplo n.º 1
0
 public CsvExportPath(PropertyType propertyType)
     : this(new Path { PropertyType = propertyType })
 {
 }
Exemplo n.º 2
0
 public bool CanRead(PropertyType propertyType)
 {
     return this.IsPermitted(propertyType, Operation.Read);
 }