Class ActionParameterDescriptor
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Prism
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class ActionParameterDescriptor
- Inheritance
-
objectActionParameterDescriptor
Properties
BindingSource
[Key("BindingSource")]
public ModelBindingSources BindingSource { get; set; }
Property Value
BindingSourceKey
[Key("BindingSourceKey")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string BindingSourceKey { get; set; }
Property Value
Flags
[Key("Flags")]
public ActionParameterDescriptor.ActionParameterFlags Flags { get; set; }
Property Value
Name
[Key("Name")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Name { get; set; }
Property Value
Type
[Key("Type")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Type { get; set; }