C# Класс Facebook.OpenGraph.Metadata.GraphTypeNameAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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