Show / Hide Table of Contents

Class Deployment

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

Constructors

Deployment(Deployment)

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

Properties

created_at

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

id

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

name

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

platform_type

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

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

upgrade_info

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

version

Declaration
[CanBeNull]
public string version { 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.Deployment>.ToJson(System.Boolean)

Implements

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