Table of Contents

Class NewGuidScriptType

Namespace
Dynamicweb.DataIntegration.Integration.ScriptTypes
Assembly
Dynamicweb.DataIntegration.dll
[AddInLabel("New Guid")]
public class NewGuidScriptType : ScriptTypeProvider<Guid>
Inheritance
NewGuidScriptType
Inherited Members

Properties

AllowedTypes

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

Property Value

IEnumerable<Type>

DisableSource

public override bool DisableSource { get; }

Property Value

bool

Methods

GetValueTyped(object?)

public override Guid GetValueTyped(object? input)

Parameters

input object

Returns

Guid

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

To top