Table of Contents

Class Service

Namespace
Idpwmemo
Assembly
Idpwmemo.dll
public class Service
Inheritance
Service
Inherited Members

Constructors

Service(string)

public Service(string serviceName)

Parameters

serviceName string

Properties

HasSecrets

public bool HasSecrets { get; }

Property Value

bool

Secrets

public byte[] Secrets { get; set; }

Property Value

byte[]

Time

public long Time { get; set; }

Property Value

long

ValidState

public bool ValidState { get; }

Property Value

bool

Values

public List<Value> Values { get; set; }

Property Value

List<Value>

Methods

Copy()

public Service Copy()

Returns

Service

Equals(Service, Service)

public static bool Equals(Service s1, Service s2)

Parameters

s1 Service
s2 Service

Returns

bool

GetServiceName()

public string GetServiceName()

Returns

string

ToString()

public override string ToString()

Returns

string