Click or drag to resize

MaterialPartialEntity Class

Material Partial Entity
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.SettingsMaterialPartialEntity

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 MaterialPartialEntity : EntityObject, 
	IPartialEntity

The MaterialPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisCode
Gets or sets the analysis code.
Public propertyDescription
Gets or sets the description.
Public propertyEWCCode
Gets or sets the ewc code.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyMaterialClassName
Gets or sets the name of the material class.
Public propertyMaterialGroupName
Gets or sets the name of the material group.
Public propertyMaterialId
Gets or sets the material identifier.
Public propertyRejectedReason
Gets or sets the rejected reason.
Public propertyShortName
Gets or sets the short name.
Top
See Also