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

Inheritance objectAttributeOnGeoserializingAttribute

Properties

TypeId

public object TypeId { get; }

Property Value

object

Constructors

OnGeoserializingAttribute()

Initializes a new instance of the OnGeoserializingAttribute class.

public OnGeoserializingAttribute()