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