Table of Contents

Class DataSourceProtector

Namespace: Casewhere.Runtime.Api.Services
Assembly: Casewhere.Runtime.dll

public class DataSourceProtector : IDataSourceProtector

Inheritance

objectDataSourceProtector

Implements

IDataSourceProtector

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DataSourceProtector>(DataSourceProtector)

Constructors

DataSourceProtector(IDataClassRepository, IDataProtector, IObjectDataProtector)

public DataSourceProtector(IDataClassRepository dataClassRepository, IDataProtector dataProtector, IObjectDataProtector objectDataProtector)

Parameters

dataClassRepository IDataClassRepository

dataProtector IDataProtector

objectDataProtector IObjectDataProtector

Methods

Unprotect(IEnumerable<dynamic>, DataSourceDataClass)

public IEnumerable<dynamic> Unprotect(IEnumerable<dynamic> dataObjects, DataSourceDataClass dataSourceDataClass)

Parameters

dataObjects IEnumerable<dynamic>

dataSourceDataClass DataSourceDataClass

Returns

IEnumerable<dynamic>