Skip to content

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 ObjectAttributeOnGeoserializingAttribute
Implements _Attribute

Properties

TypeId

public object TypeId { get; }

Property Value

Object

Constructors

OnGeoserializingAttribute()

Initializes a new instance of the OnGeoserializingAttribute class.

public OnGeoserializingAttribute()