Show / Hide Table of Contents

Class AssetRequest

Requests are used to request access to an Asset. Requests are signed by the participant.

Inheritance
Object
BasePdu<AssetRequest>
AssetRequest
Implements
IEquatable<AssetRequest>
Inherited Members
BasePdu<AssetRequest>.ToJsonForMds()
BasePdu<AssetRequest>.ToJsonForLocalStorage()
BasePdu<AssetRequest>.Equals(AssetRequest)
BasePdu<AssetRequest>.Equals(Object)
BasePdu<AssetRequest>.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 AssetRequest : BasePdu<AssetRequest>, IEquatable<AssetRequest>

Constructors

AssetRequest(AssetRequest)

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

Fields

record

Declaration
[NotNull]
public readonly AssetRequest.Record record
Field Value
Type Description
AssetRequest.Record

Properties

assetid

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

created_at

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

id

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

participantid

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

signature

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

updated_at

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

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.AssetRequest>.ToJson(System.Boolean)

Implements

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