Show / Hide Table of Contents

Interface INamedEntity

All classes that represent objects with names must implement this interface.

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

Properties

Name

Declaration
string? Name { get; set; }
Property Value
Type Description
string

Summary

Declaration
string? Summary { get; set; }
Property Value
Type Description
string
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