コード例 #1
0
 public ActivityProfileEntity(byte[] body, string contentType)
 {
     Document = new DocumentEntity(body, contentType);
 }
コード例 #2
0
 public AgentProfileEntity(byte[] content, string contentType)
 {
     Document = new DocumentEntity(content, contentType);
 }
コード例 #3
0
 public ActivityStateEntity(byte[] content, string contentType)
 {
     Document = new DocumentEntity(content, contentType);
 }
コード例 #4
0
 public ActivityStateEntity()
 {
     Document = new DocumentEntity();
 }
コード例 #5
0
 public ActivityProfileEntity()
 {
     Document = new DocumentEntity();
 }