Interface IVersionedEntity
An entity with an attached version
Namespace: OSGeo.MapGuide.ObjectModels
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IVersionedEntity
Properties
| Improve this Doc View SourceResourceVersion
Gets the resource version.
Declaration
[JsonIgnore]
Version ResourceVersion { get; }
Property Value
Type | Description |
---|---|
System.Version | The resource version. |