Show / Hide Table of Contents

Class DbDomainValue

All classes that represents list of values that define a domain must implement this interface.

Inheritance
object
DbDomainValue
UserOrganizationRole
Permission
UserRole
ElementRole
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Base
Assembly: WMServer.dll
Syntax
public abstract class DbDomainValue

Constructors

DbDomainValue(string)

Declaration
protected DbDomainValue(string name)
Parameters
Type Name Description
string name

Properties

Documentation

Declaration
public string Documentation { get; set; }
Property Value
Type Description
string

Name

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

Status

Declaration
public DomainValueStatus Status { get; set; }
Property Value
Type Description
DomainValueStatus
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