[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateCodeTypeDeclaration(System.Xml.Schema.XmlSchemaObject,System.String)"]
Assembly: Facebook.Api.Generator (in Facebook.Api.Generator.exe) Version: 1.0.3390.21860 (1.0.0.0)
Syntax
C# |
---|
public CodeCompileUnit GenerateCodeTypeDeclaration( XmlSchemaObject schemaObject, string namespaceName ) |
Visual Basic (Declaration) |
---|
Public Function GenerateCodeTypeDeclaration ( _ schemaObject As XmlSchemaObject, _ namespaceName As String _ ) As CodeCompileUnit |
Visual C++ |
---|
public: CodeCompileUnit^ GenerateCodeTypeDeclaration( XmlSchemaObject^ schemaObject, String^ namespaceName ) |
Parameters
- schemaObject
- Type: System.Xml.Schema..::.XmlSchemaObject
[Missing <param name="schemaObject"/> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateCodeTypeDeclaration(System.Xml.Schema.XmlSchemaObject,System.String)"]
- namespaceName
- Type: System..::.String
[Missing <param name="namespaceName"/> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateCodeTypeDeclaration(System.Xml.Schema.XmlSchemaObject,System.String)"]
Return Value
[Missing <returns> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateCodeTypeDeclaration(System.Xml.Schema.XmlSchemaObject,System.String)"]