Skip to content

Class BindingAuditFields

Namespace: DotBoxD.Kernels.Bindings
Assembly: DotBoxD.Kernels.dll

public static class BindingAuditFields

objectBindingAuditFields

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Create(string, DateTimeOffset, string, string, bool, long?, long?)

Section titled “ Create(string, DateTimeOffset, string, string, bool, long?, long?)”
public static IReadOnlyDictionary<string, string> Create(string resourceKind, DateTimeOffset startedAt, string moduleHash, string policyHash, bool deterministic, long? bytesRead = null, long? bytesWritten = null)

resourceKind string

startedAt DateTimeOffset

moduleHash string

policyHash string

deterministic bool

bytesRead long?

bytesWritten long?

IReadOnlyDictionary<string, string>

Create(string, DateTimeOffset, bool, long?, long?)

Section titled “ Create(string, DateTimeOffset, bool, long?, long?)”
public static IReadOnlyDictionary<string, string> Create(string resourceKind, DateTimeOffset startedAt, bool deterministic = false, long? bytesRead = null, long? bytesWritten = null)

resourceKind string

startedAt DateTimeOffset

deterministic bool

bytesRead long?

bytesWritten long?

IReadOnlyDictionary<string, string>