EntityExtension.SetAs<T>(Entity, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set internal payload.
public static void SetAs<T>(this Microsoft.Agents.Core.Models.Entity entity, T obj);
static member SetAs : Microsoft.Agents.Core.Models.Entity * 'T -> unit
<Extension()>
Public Sub SetAs(Of T) (entity As Entity, obj As T)
Type Parameters
- T
T.
Parameters
- entity
- Entity
- obj
- T
obj.