Nevron.Examples.Framework.WinForm Namespace / NExampleEntity Class / NExampleEntity Constructor / NExampleEntity Constructor(String,String,String,String)


In This Topic
    NExampleEntity Constructor(String,String,String,String)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal title As System.String, _
       ByVal typeName As System.String, _
       ByVal descriptionFile As System.String, _
       ByVal sourceCodeFile As System.String _
    )
    'Usage
     
    
    Dim title As System.String
    Dim typeName As System.String
    Dim descriptionFile As System.String
    Dim sourceCodeFile As System.String
     
    Dim instance As New NExampleEntity(title, typeName, descriptionFile, sourceCodeFile)
    public NExampleEntity( 
       System.string title,
       System.string typeName,
       System.string descriptionFile,
       System.string sourceCodeFile
    )

    Parameters

    title
    typeName
    descriptionFile
    sourceCodeFile
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also