Interface ICloudIdOnly
- Namespace
- Glitch9.IO.Networking
Interface for objects that have an ID which is stored in the cloud. This interface indicates that only the ID of the object is stored in the cloud, while the rest of the object's data is managed locally or elsewhere.
public interface ICloudIdOnly
- Extension Methods
Methods
GetId()
Gets the cloud-stored ID of the object.
string GetId()
Returns
- string
A string representing the ID of the object stored in the cloud.