Table of Contents

Method ContainsValidSupportedType

Namespace
Skyline.DataMiner.Net.Sections
Assembly
SLNetTypes.dll

ContainsValidSupportedType()

Determines whether the specified type in FieldType is a supported type.

public bool ContainsValidSupportedType()

Returns

bool

true if the specified type is supported; otherwise, false.

ContainsValidSupportedType(out SectionDefinitionError)

Determines whether the specified type in FieldType is a supported type.

public virtual bool ContainsValidSupportedType(out SectionDefinitionError error)

Parameters

error SectionDefinitionError

The error message in case the type is unsupported; otherwise null.

Returns

bool

true if the specified type is supported; otherwise, false.