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, System.Runtime.InteropServices._Attribute

Inheritance ObjectAttributeOnGeodeserializingAttribute
Implements _Attribute

Properties

TypeId

public object TypeId { get; }

Property Value

Object

Constructors

OnGeodeserializingAttribute()

Initializes a new instance of the OnGeodeserializingAttribute class.

public OnGeodeserializingAttribute()