API Help
Eplan.EplApi.MasterData Namespace / MDAddress Class
Members

MDAddress Class
Class for customer and manufacturer/supplier This class represents an address in the parts database. That address can be a customer or manufacturer/supplier - depending on the Type (MDPartsDatabaseItem.Enums.Type)
Inheritance Hierarchy
Syntax
public class MDAddress : MDPartsDatabaseItem 
Public Properties
 NameDescription
Public PropertyGets a unique identifier in the database, where the database item is stored (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
Public PropertyGets the database, where the database item is stored (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
Public Property.NET Property enabling access to P8 properties of the PartsDatabaseItem object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
Public PropertyReturns the short name of the address. This short name combined with the Type of the address is the unique key.  
Public PropertyOverridden. Returns the part type of the part.  
Top
Public Methods
 NameDescription
Public MethodDestructor for deterministic finalization of MDAddress object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObject)
Public MethodReturns data model identifier which identifies this object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
Top
See Also