Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IIdea CreateIdea( string name, string description, IdeaStatus Status, IEntity parentEntity ) |
Visual Basic |
---|
Function CreateIdea ( _ name As String, _ description As String, _ Status As IdeaStatus, _ parentEntity As IEntity _ ) As IIdea |
Visual C++ |
---|
IIdea^ CreateIdea( String^ name, String^ description, IdeaStatus Status, IEntity^ parentEntity ) |
Parameters
- name
- Type: System..::..String
- description
- Type: System..::..String
- Status
- Type: IdeaStatus
- parentEntity
- Type: Cartella.Interfaces..::..IEntity