Class Service
Inheritance
System.Object
Service
Assembly: Idpwmemo.dll
Syntax
public class Service : Object
Constructors
Service(String)
Declaration
public Service(string serviceName)
Parameters
Type |
Name |
Description |
System.String |
serviceName |
|
Properties
HasSecrets
Declaration
public bool HasSecrets { get; }
Property Value
Type |
Description |
System.Boolean |
|
Secrets
Declaration
public byte[] Secrets { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Time
Declaration
public long Time { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
ValidState
Declaration
public bool ValidState { get; }
Property Value
Type |
Description |
System.Boolean |
|
Values
Declaration
public List<Value> Values { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Value> |
|
Methods
Copy()
Declaration
Returns
Equals(Service, Service)
Declaration
public static bool Equals(Service s1, Service s2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetServiceName()
Declaration
public string GetServiceName()
Returns
Type |
Description |
System.String |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|