Class RegistryNamespace
The list of known supported Open Graph namespaces.
Inherited Members
Namespace: OpenGraphNet.Namespaces
Assembly: OpenGraphNet.dll
Syntax
public sealed class RegistryNamespace : OpenGraphNamespace
Constructors
RegistryNamespace(String, String, String[])
Initializes a new instance of the RegistryNamespace class.
Declaration
public RegistryNamespace(string prefix, string schemaUri, params string[] requiredElements)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix | The prefix. |
System.String | schemaUri | The schema URI. |
System.String[] | requiredElements | The required elements. |
Properties
RequiredElements
Gets the required elements.
Declaration
public IList<string> RequiredElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> | The required elements. |