Click or drag to resize

IObjectIdentifier Interface

[This is preliminary documentation and is subject to change.]

Interface used for object identification cross-module Each module is supposed to have its own implementation of this interface.

Namespace:  CSInfrastructure.FluentValidation
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public interface IObjectIdentifier

The IObjectIdentifier type exposes the following members.

Properties
  NameDescription
Public propertyObjectGrouping
Defines a string under which objects can be grouped together
Public propertyObjectIdentifier
Defines a string that can be used to uniquely identify the object
Public propertyObjectName
The name of the object
Top
See Also