Class Domain
Represents a domain - a named type
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Data.Modeling.DataTypes
Assembly: Azos.dll
Syntax
public abstract class Domain : INamed, IConfigurable
Properties
Name
Returns the name of this domain, i.e. 'THumanAge', 'TSalary'
Declaration
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Configure(IConfigSectionNode)
Declaration
public virtual void Configure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |