API reference
API reference
Select your platform
No SDKs available
No versions available

ConduitEntityAttribute Class

Extends Attribute
Marks an enumeration as a Conduit entity to be included in the generated manifest. Enums that are directly used in a parameter of Conduit methods do not need this attribute.

Constructors

ConduitEntityAttribute ( name , id )
Signature
Meta.Conduit.ConduitEntityAttribute.ConduitEntityAttribute(string name, string id=null)
Parameters
name: string
id: string

Properties

ID : string
[Get]
The specific entity id
Signature
string Meta.Conduit.ConduitEntityAttribute.ID
Name : string
[Get]
The current name of this entity
Signature
string Meta.Conduit.ConduitEntityAttribute.Name