Click or drag to resize

PsrSealTemplateLegitimate Class

Legitimate of a seal template
Inheritance Hierarchy
System.Object
  PsrApi.Data.PsrSealTemplateLegitimate

Namespace:  PsrApi.Data
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class PsrSealTemplateLegitimate

The PsrSealTemplateLegitimate type exposes the following members.

Constructors
  NameDescription
Public methodPsrSealTemplateLegitimate
Initializes a new instance of the PsrSealTemplateLegitimate class
Top
Properties
  NameDescription
Public property__type
Internally used, never change this value.
Public propertyCanRelease
If the legitimate can release the seal.
Public propertyId
ID
Public propertyIsSealed
If the legitimate is sealed.
Public propertyLegitimate
Legitimate
Public propertyLegitimateId
ID of the legitimate.
Public propertyRequired
Amount of necessary releases.
Public propertySealTemplate
The seal template that the legitimate belongs to.
Public propertySealTemplateId
ID of the seal template that the legitimate belongs to.
Public propertySyncOperation
Synchronisation State. Used to determine which operation to perform when synchronizing the data.
Public propertyTransactionId
The id of the Transaction. It is used to identity an Object, even if it changes its own id while performing the operation Used for Synchronisation. Must be created for every object in a syncoperation.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also