Skip to content

Avoid ReflectedRemoteObjectClassName in derived classes of KNetTransformation and KNetPredicate #1400

@masesdevelopers

Description

@masesdevelopers

public abstract class KNetTransformation : KNetCommon, IKNetTransformation
is declared abstract like
public abstract class KNetPredicate : KNetCommon, IKNetPredicate

However no methods/property is abstract, expect for ReflectedRemoteObjectClassName of KNetCommon which is used mainly from .NET hosted Connect runtime: so override and made it sealed in both KNetTransformation and KNetPredicate to avoid confusion in implementers which shall understand why and how to set that supposed mandatory property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions