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