Esempio n. 1
0
 internal PatchEntry(long?address, MatchBy match, Pattern oldData, Pattern newData)
 {
     Address = address;
     Match   = match;
     OldData = oldData;
     NewData = newData;
 }
Esempio n. 2
0
 public Task <IEnumerable <IAclHierarchyItemAsync> > GetItemsByPropertyAsync(MatchBy matchBy, IList <PropertyName> props)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public Task <IEnumerable <IAclHierarchyItemAsync> > GetItemsByPropertyAsync(MatchBy matchBy, IList <PropertyName> props)
 {
     throw new DavException("Not implemented.", DavStatus.NOT_IMPLEMENTED);
 }