Gurux.DLMS.Objects.GXDLMSActionSchedule.GetValues C# (CSharp) Méthode

GetValues() public méthode

public GetValues ( ) : object[]
Résultat object[]
        public override object[] GetValues()
        {
            if (Target != null)
            {
                return new object[] { LogicalName, Target.LogicalName + " " + ExecutedScriptSelector,
                                  Type, ExecutionTime
                                };
            }
#pragma warning disable CS0618
            return new object[] { LogicalName, ExecutedScriptLogicalName + " " + ExecutedScriptSelector,
                              Type, ExecutionTime
                            };
#pragma warning restore CS0618
        }