Table of Contents

Class ActionParameterDescriptor

Namespace
Phoesion.Glow.SDK.HologramDescriptors.Prism
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class ActionParameterDescriptor
Inheritance
object
ActionParameterDescriptor

Properties

BindingSource

[Key("BindingSource")]
public ModelBindingSources BindingSource { get; set; }

Property Value

ModelBindingSources

BindingSourceKey

[Key("BindingSourceKey")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string BindingSourceKey { get; set; }

Property Value

string

Flags

[Key("Flags")]
public ActionParameterDescriptor.ActionParameterFlags Flags { get; set; }

Property Value

ActionParameterDescriptor.ActionParameterFlags

Name

[Key("Name")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Name { get; set; }

Property Value

string

Type

[Key("Type")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Type { get; set; }

Property Value

string