ObjectInformation Class
This structure contains object information.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierObjectInformation

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class ObjectInformation

The ObjectInformation type exposes the following members.

Properties
NameDescription
Public propertyObjectName
Gets or sets the name of the object.
Public propertyObjectType
Gets or sets the object identifier.
Top
See Also