示例#1
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && postId != null)
     {
         return($"{parent.Path()}/posts/{postId}");
     }
     return($"{parent.Path()}/posts");
 }
示例#2
0
 public string Path()
 {
     return($"{parent.Path()}/read");
 }
示例#3
0
 public string Path()
 {
     return($"{parent.Path()}/favorite");
 }
示例#4
0
 public string Path()
 {
     return($"{parent.Path()}/tasks");
 }
示例#5
0
 public string Path()
 {
     return($"{parent.Path()}/notes");
 }
示例#6
0
 public string Path()
 {
     return($"{parent.Path()}/adaptive-cards");
 }