Table of Contents

Class InvertScriptType

Namespace
Dynamicweb.DataIntegration.Integration.ScriptTypes
Assembly
Dynamicweb.DataIntegration.dll
[AddInLabel("Invert")]
public class InvertScriptType : ScriptTypeProvider<bool>
Inheritance
InvertScriptType
Inherited Members

Properties

AllowedTypes

public override IEnumerable<Type> AllowedTypes { get; set; }

Property Value

IEnumerable<Type>

Methods

GetValueTyped(object?)

public override bool GetValueTyped(object? input)

Parameters

input object

Returns

bool

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

To top