Show / Hide Table of Contents

Class ETag

Inheritance
Object
BasePdu<ETag>
ETag
Implements
IEquatable<ETag>
Inherited Members
BasePdu<ETag>.ToJsonForMds()
BasePdu<ETag>.ToJsonForLocalStorage()
BasePdu<ETag>.Equals(ETag)
BasePdu<ETag>.Equals(Object)
BasePdu<ETag>.GetHashCode()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class ETag : BasePdu<ETag>, IEquatable<ETag>

Constructors

ETag(ETag)

Declaration
public ETag([NotNull] ETag other)
Parameters
Type Name Description
ETag other

Properties

ctag

The cluster tag, used to indicate the version of the cluster.

Declaration
[CanBeNull]
public string ctag { get; set; }
Property Value
Type Description
String

etag

The entity tag. Is allowed to wrap. A wrap shall be consider an increase in tag value.

Declaration
public int etag { get; set; }
Property Value
Type Description
Int32

gtag

The global tag. Used to indicate version of site-wide configurations.

Declaration
public int gtag { get; set; }
Property Value
Type Description
Int32

id

Declaration
public long id { get; set; }
Property Value
Type Description
Int64

ltag

The locker configuration tag.

Declaration
public int ltag { get; set; }
Property Value
Type Description
Int32

Methods

ToJson(Boolean)

Declaration
protected override string ToJson(bool sending)
Parameters
Type Name Description
Boolean sending
Returns
Type Description
String
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.ETag>.ToJson(System.Boolean)

Implements

System.IEquatable<T>
Back to top Copyright © 2018 PKWARE, Inc.