Click or drag to resize

ReasonPartialEntity Class

Reason Partial Entity
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.SettingsReasonPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Settings
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ReasonPartialEntity : EntityObject, 
	IPartialEntity

The ReasonPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets or sets the description.
Public propertyFullDescription
Gets or sets the full description.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyReasonCategoryId
Gets or sets the reason category identifier.
Public propertyReasonId
Gets or sets the reason identifier.
Top
See Also