Class UnknownSignal
Implements
System.IEquatable<Doc>
System.Collections.Generic.IEnumerable<System.Object>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Workers
Assembly: Azos.Sky.dll
Syntax
[Signal("C3FFB82B-5C9D-4683-A252-1FF6C857F5ED")]
public sealed class UnknownSignal : ResultSignal, IConfigurable, IConfigurationPersistent, IEquatable<Doc>, IEnumerable<object>, IEnumerable, IValidatable, IJSONWritable, IAmorphousData
Properties
SignalType
Declaration
[Config]
[Field("*", StoreFlag.LoadAndStore, false, DataKind.Text, true, true, null, null, null, null, 0, 0, CharCase.AsIs, "guid", null, null, null, false, null, null, null, false)]
public Guid? SignalType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Methods
Make(Process, Signal)
Declaration
public static UnknownSignal Make(Process process, Signal signal)
Parameters
Type | Name | Description |
---|---|---|
Process | process | |
Signal | signal |
Returns
Type | Description |
---|---|
UnknownSignal |
Implements
System.IEquatable<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable