TeamMentor.CoreLib.TM_WebServices.GetViewById C# (CSharp) Method

GetViewById() private method

private GetViewById ( System.Guid viewId ) : TeamMentor.CoreLib.View_V3
viewId System.Guid
return TeamMentor.CoreLib.View_V3
        public View_V3 GetViewById(Guid viewId)
        {
            return tmXmlDatabase.tmView(viewId);
        }
TM_WebServices