Class RecoludeActorBuilder
Mimics what Recolude's webplayer does. Read more about Actor Builders to learn how to build your own.
Inheritance
System.Object
RecoludeActorBuilder
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude
Assembly: Recolude.dll
Syntax
public class RecoludeActorBuilder : IActorBuilder
Methods
Build(Int32, String, Dictionary<String, String>)
Declaration
public Actor Build(int subjectId, string subjectName, Dictionary<string, string> metadata)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | subjectId | |
System.String | subjectName | |
System.Collections.Generic.Dictionary<System.String, System.String> | metadata |
Returns
Type | Description |
---|---|
Actor |