Show / Hide Table of Contents

Interface IWMEntity

Namespace: Quantellia.WMServer.Base
Assembly: WMServer.dll
Syntax
public interface IWMEntity

Properties

ID

Every World Modeler entity that is identifiable by a Unique GUID must implement this interface.

Declaration
string ID { get; }
Property Value
Type Description
string
Remarks

Because only the "get" accessor is defined, the value of ID should be set in the constructor of each class that implements this interface. If an ID needs to bre changed, the SetID method should bre used.

See Also
IDbEntity
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE