Skip to content

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 objectAttributeOnGeodeserializingAttribute

Properties

TypeId

public object TypeId { get; }

Property Value

object

Constructors

OnGeodeserializingAttribute()

Initializes a new instance of the OnGeodeserializingAttribute class.

public OnGeodeserializingAttribute()