Click or drag to resize

ModelConfiguration Class

Configuration class for a MatchPoint entity model.
Remarks
This class specifies the model of an external SQL database.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.EntityModel.ConfigurationModelConfiguration

Namespace:  Colygon.MatchPoint.EntityModel.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class ModelConfiguration : IConfiguration, 
	IConfigurationLifecycle, IKnownNames, IResultRecord

The ModelConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodModelConfiguration
Initializes a new instance of the ModelConfiguration class
Top
Properties
  NameDescription
Public propertyDatabaseActions
Specifies database actions which can be used to define custom SQL statements.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetByName
Public methodGetDatabaseAction
Public methodGetEntity(Guid)
Public methodGetEntity(String)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldConnectionString
Specifies a SQL connection string.
Public fieldEntities
Contains the entities of this model configuration.
Public fieldName
Specifies the name of the model.
Top
Remarks
This is a MatchPoint configuration class.
See Also