Class ResultSignal
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
[Serializable]
public abstract class ResultSignal : Signal, IConfigurable, IConfigurationPersistent, IEquatable<Doc>, IEnumerable<object>, IEnumerable, IValidatable, IJSONWritable, IAmorphousData
Properties
SysDescriptor
Declaration
public ProcessDescriptor SysDescriptor { get; }
Property Value
Type | Description |
---|---|
ProcessDescriptor |
Methods
____Deserialize(ProcessDescriptor)
Declaration
public void ____Deserialize(ProcessDescriptor descriptor)
Parameters
Type | Name | Description |
---|---|---|
ProcessDescriptor | descriptor |
MakeNew<TSignal>(Process)
Factory method that creates new Result Signals assigning them new GDID
Declaration
public static TSignal MakeNew<TSignal>(Process process)
where TSignal : ResultSignal, new()
Parameters
Type | Name | Description |
---|---|---|
Process | process |
Returns
Type | Description |
---|---|
TSignal |
Type Parameters
Name | Description |
---|---|
TSignal |
Implements
System.IEquatable<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable