Click here to Skip to main content
15,911,891 members

Comments by Sharma Ravi (Top 16 by date)

Sharma Ravi 14-May-18 0:58am View    
Thanks Richard. It worked for me.
Sharma Ravi 11-Jan-16 4:09am View    
I got the list of one side hierarchy, means the parent and all siblings. I took main parent id by finding top parent where parentid = null and passesd that main parent in same function and got all siblings.
Sharma Ravi 11-Jan-16 4:07am View    
How?
Sharma Ravi 27-Oct-15 4:01am View    
Reply
[Modify the comment.] [Delete the comment.]
Its string.
public class ToolScenario
{
public Int64 ScenarioId { get; set; }
public int ToolId { get; set; }
public string Scenario { get; set; }
public string Tool { get; set; }
public string ModifiedBy { get; set; }
public bool IsDeleted { get; set; }
public bool? IsScenarioSaved { get; set; }
public DateTime? CreatedDate { get; set; }
public string CreatedById { get; set; }
public DateTime? ModifiedDate { get; set; }
public string ModifiedById { get; set; }
public string Url { get; set; }
public string sharedType { get; set; }
public List Taglist { get; set; }
}
Sharma Ravi 27-Oct-15 3:49am View    
Its string.
public class ToolScenario
{
public Int64 ScenarioId { get; set; }
public int ToolId { get; set; }
public string Scenario { get; set; }
public string Tool { get; set; }
public string ModifiedBy { get; set; }
public bool IsDeleted { get; set; }
public bool? IsScenarioSaved { get; set; }
public DateTime? CreatedDate { get; set; }
public string CreatedById { get; set; }
public DateTime? ModifiedDate { get; set; }
public string ModifiedById { get; set; }
public string Url { get; set; }
public string sharedType { get; set; }
public List<scenariotags> Taglist { get; set; }
}