mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Store
This commit is contained in:
		| @@ -37,7 +37,7 @@ namespace Esiur.Resource; | ||||
| public interface IStore : IResource | ||||
| { | ||||
|     AsyncReply<IResource> Get(string path);  | ||||
|     AsyncReply<bool> Put(IResource resource); | ||||
|     AsyncReply<bool> Put(IResource resource, string path); | ||||
|     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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user