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