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
Inheritance object → Attribute → OnGeodeserializedAttribute
Properties¶
TypeId¶
public object TypeId { get; }
Property Value¶
Constructors¶
OnGeodeserializedAttribute()¶
Initializes a new instance of the OnGeodeserializedAttribute class.
public OnGeodeserializedAttribute()