C# 클래스 Facebook.OpenGraph.Metadata.GraphTypeNameAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

공개 메소드들

메소드 설명
GraphTypeNameAttribute ( ) : System

Creates a new GraphTypeNameAttribute without a name defined.

GraphTypeNameAttribute ( string name ) : System

Creates a new GraphTypeNameAttribute with the specified type name.

메소드 상세

GraphTypeNameAttribute() 공개 메소드

Creates a new GraphTypeNameAttribute without a name defined.
public GraphTypeNameAttribute ( ) : System
리턴 System

GraphTypeNameAttribute() 공개 메소드

Creates a new GraphTypeNameAttribute with the specified type name.
public GraphTypeNameAttribute ( string name ) : System
name string The name of the API type.
리턴 System