Class GdprUserDataPreparedEto
Inheritance
object
GdprUserDataPreparedEto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Gdpr
Assembly: Volo.Abp.Gdpr.Abstractions.dll
Syntax
public class GdprUserDataPreparedEto
Constructors
GdprUserDataPreparedEto()
Declaration
public GdprUserDataPreparedEto()
Properties
Data
Declaration
public GdprDataInfo Data { get; set; }
Property Value
| Type | Description |
|---|---|
| GdprDataInfo |
Provider
Declaration
public string Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestId
Declaration
public Guid RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |