EntityInitAssemblyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute containing a type with an Init method to be called when initializing ProtocolJsonSerializer.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public class EntityInitAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type EntityInitAssemblyAttribute = class
inherit Attribute
Public Class EntityInitAssemblyAttribute
Inherits Attribute
- Inheritance
-
EntityInitAssemblyAttribute
- Attributes
Constructors
| Name | Description |
|---|---|
| EntityInitAssemblyAttribute(Type) |
Attribute containing a type with an Init method to be called when initializing ProtocolJsonSerializer. |
Fields
| Name | Description |
|---|---|
| InitType | |