Click or drag to resize

ObjectTypeProperties Interface

Properties specific to ObjectType objects.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface ObjectTypeProperties

The ObjectTypeProperties type exposes the following members.

Properties
  NameDescription
Public propertyCaption
The localized name of the object.
Public propertyClassName
The name of the class to use when generating documentation.
Public propertyDescription
The object type description.
Public propertyDocumentationReferences
Type references for documentation purposes.
Public propertySubObjectPicklist
The picklist to use for sub-objects.
Public propertySubObjectType
The type of the sub object, if any.
Top
Remarks
Note Note
This interface is declared for documentation purposes only and is not intended to be used from code.
See Also