Esempio n. 1
0
 public Video()
 {
     Type = new ActivityStreamsObject(nameof(Video));
 }
Esempio n. 2
0
 public Document()
 {
     Type = new ActivityStreamsObject(nameof(Document));
 }
Esempio n. 3
0
 public Page()
 {
     Type = new ActivityStreamsObject(nameof(Page));
 }
Esempio n. 4
0
 public Delete()
 {
     Type = new ActivityStreamsObject(nameof(Delete));
 }
Esempio n. 5
0
 public Announce()
 {
     Type = new ActivityStreamsObject(nameof(Announce));
 }
Esempio n. 6
0
 public Travel()
 {
     Type = new ActivityStreamsObject(nameof(Travel));
 }
Esempio n. 7
0
 /// <summary>
 /// An IntransitiveActivity that indicates that the actor has arrived at the location.
 /// The origin can be used to identify the context from which the actor originated. The
 /// target typically has no defined meaning.
 /// </summary>
 public Arrive()
 {
     Type = new ActivityStreamsObject(nameof(Arrive));
 }
Esempio n. 8
0
 public Follow()
 {
     Type = new ActivityStreamsObject(nameof(Follow));
 }
Esempio n. 9
0
 public Join()
 {
     Type = new ActivityStreamsObject(nameof(Join));
 }
Esempio n. 10
0
 public Offer()
 {
     Type = new ActivityStreamsObject(nameof(Offer));
 }
Esempio n. 11
0
 public TentativeAccept()
 {
     Type = new ActivityStreamsObject(nameof(TentativeAccept));
 }
Esempio n. 12
0
 public Ignore()
 {
     Type = new ActivityStreamsObject(nameof(Ignore));
 }
Esempio n. 13
0
 public Update()
 {
     Type = new ActivityStreamsObject(nameof(Update));
 }
Esempio n. 14
0
 public Undo()
 {
     Type = new ActivityStreamsObject(nameof(Undo));
 }
Esempio n. 15
0
 public Organization()
 {
     Type = new ActivityStreamsObject(nameof(Organization));
 }
Esempio n. 16
0
 public Create()
 {
     Type = new ActivityStreamsObject(nameof(Create));
 }
Esempio n. 17
0
 public Remove()
 {
     Type = new ActivityStreamsObject(nameof(Remove));
 }
Esempio n. 18
0
 public Note()
 {
     Type = new ActivityStreamsObject(nameof(Note));
 }
Esempio n. 19
0
 public Article()
 {
     Type = new ActivityStreamsObject(nameof(Article));
 }
Esempio n. 20
0
 public Service()
 {
     Type = new ActivityStreamsObject(nameof(Service));
 }
Esempio n. 21
0
 public Add()
 {
     Type = new ActivityStreamsObject(nameof(Add));
 }
Esempio n. 22
0
 public Event()
 {
     Type = new ActivityStreamsObject(nameof(Event));
 }
Esempio n. 23
0
 public Like()
 {
     Type = new ActivityStreamsObject(nameof(Like));
 }
Esempio n. 24
0
 public Dislike()
 {
     Type = new ActivityStreamsObject(nameof(Dislike));
 }
Esempio n. 25
0
 public View()
 {
     Type = new ActivityStreamsObject(nameof(View));
 }
Esempio n. 26
0
 public Accept()
 {
     Type = new ActivityStreamsObject(nameof(Accept));
 }
Esempio n. 27
0
 public Block()
 {
     Type = new ActivityStreamsObject(nameof(Block));
 }
Esempio n. 28
0
 public Listen()
 {
     Type = new ActivityStreamsObject(nameof(Listen));
 }
Esempio n. 29
0
 public Read()
 {
     Type = new ActivityStreamsObject(nameof(Read));
 }
Esempio n. 30
0
 public Leave()
 {
     Type = new ActivityStreamsObject(nameof(Leave));
 }