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