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