Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi. i'm using staruml modeling tool. (but i'm novice to model in umlㅠㅠ)
while i made a simple C# code and convert this code into uml, i am hit the roadblock. how should i express below codes in uml models.

Code:
C#
public static IDataLayer GetInstance()
{
    DatabaseTypes dbType = ConvertDBType(GetAppConfigSettings(~~~~~));
    return GetInstance(dbtype, GetAppConfigSettings(Constants.AppConfigurationString, true),
                               GetAppConfigSettings(Constants.AppConfiguration, false) != false.ToString());
}


there is another operation(function) inner an operation (procedure)

if there are anybody know the how, then let me know please. thanks. ^^
Posted
Updated 12-Apr-15 22:37pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900