C# 클래스 Decision.Common.OpenGraph.Structs.OpenGraphActor

Represents an actor in a video.
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
OpenGraphActor ( string actorUrl ) : System

Initializes a new instance of the OpenGraphActor class.

OpenGraphActor ( string actorUrl, string role ) : System

Initializes a new instance of the OpenGraphActor class.

메소드 상세

OpenGraphActor() 공개 메소드

Initializes a new instance of the OpenGraphActor class.
is null.
public OpenGraphActor ( string actorUrl ) : System
actorUrl string The URL to the page about the actor. This URL must contain profile meta tags .
리턴 System

OpenGraphActor() 공개 메소드

Initializes a new instance of the OpenGraphActor class.
is null.
public OpenGraphActor ( string actorUrl, string role ) : System
actorUrl string The URL to the page about the actor. This URL must contain profile meta tags .
role string The role the actor played.
리턴 System