Eplan Platform API
Eplan.EplApi.DataModel Namespace / UserInfo Class
Members

In This Topic
    UserInfo Class
    In This Topic
    Struct holding some information about a User of a project.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.UserInfo

    Syntax
    public class UserInfo 
    public ref class UserInfo 
    Public Constructors
     NameDescription
    Public ConstructorStruct holding some information about a User of a project.  
    Top
    Public Properties
     NameDescription
    Public PropertyGet the computername of the User.  
    Public PropertyGet the email address of the User.  
    Public PropertyGet the identifocation of the User. This is the abbreviation of the name.  
    Public PropertyGet the logon name of the User.  
    Public PropertyGet the long name of the User.  
    Public PropertyGet the mode in which the user has opened the project.  
    Public PropertyGet the phone number of the User.  
    Top
    Public Methods
     NameDescription
    Public MethodDisposing the UserInfo  
    Top
    See Also