OnGeodeserializedAttribute¶
Namespace: ThinkGeo.Core
When applied to a method, specifies that the method is called immediately after deserialization of the object.
public sealed class OnGeodeserializedAttribute : System.Attribute, System.Runtime.InteropServices._Attribute
Inheritance Object → Attribute → OnGeodeserializedAttribute
Implements _Attribute
Properties¶
TypeId¶
public object TypeId { get; }
Property Value¶
Constructors¶
OnGeodeserializedAttribute()¶
Initializes a new instance of the OnGeodeserializedAttribute class.
public OnGeodeserializedAttribute()