Skip to content

OnGeodeserializedAttribute

Namespace: ThinkGeo.Core

When applied to a method, specifies that the method is called immediately after deserialization of the object.

public sealed class OnGeodeserializedAttribute : System.Attribute, System.Runtime.InteropServices._Attribute

Inheritance ObjectAttributeOnGeodeserializedAttribute
Implements _Attribute

Properties

TypeId

public object TypeId { get; }

Property Value

Object

Constructors

OnGeodeserializedAttribute()

Initializes a new instance of the OnGeodeserializedAttribute class.

public OnGeodeserializedAttribute()