mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	2.2
This commit is contained in:
		| @@ -40,8 +40,8 @@ public interface IStore : IResource | ||||
|                                            //AsyncReply<IResource> Retrieve(uint iid); | ||||
|     AsyncReply<bool> Put(IResource resource); | ||||
|     string Link(IResource resource); | ||||
|     bool Record(IResource resource, string propertyName, object value, ulong age, DateTime dateTime); | ||||
|     bool Modify(IResource resource, string propertyName, object value, ulong age, DateTime dateTime); | ||||
|     bool Record(IResource resource, string propertyName, object value, ulong? age, DateTime? dateTime); | ||||
|     bool Modify(IResource resource, string propertyName, object value, ulong? age, DateTime? dateTime); | ||||
|     bool Remove(IResource resource); | ||||
|  | ||||
|     //bool RemoveAttributes(IResource resource, string[] attributes = null); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user