Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

TableStorageModel Class (Microsoft.WindowsAzure.Storage.Table)

Represents a data model that will be used by OData for table transactions.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.Data.Edm.Library.::..EdmElement
    Microsoft.Data.Edm.Library.::..EdmModelBase
      Microsoft.Data.Edm.Library.::..EdmModel
        Microsoft.WindowsAzure.Storage.Table.::..TableStorageModel

Syntax

 
public class TableStorageModel : EdmModel, IEdmModel, IEdmElement
 
public ref class TableStorageModel : EdmModel, IEdmModel, IEdmElement
 
type TableStorageModel = 
    class
        inherit EdmModel
        interface IEdmModel
        interface IEdmElement
    end
 
Public Class TableStorageModel
	Inherits EdmModel
	Implements IEdmModel, IEdmElement

Constructors

NameDescription
System_CAPS_pubmethodTableStorageModel(String)(String^)(String)(String)

Initializes a new instance of the TableStorageModel class.

Methods

NameDescription
System_CAPS_pubmethodAddElement(IEdmSchemaElement)(IEdmSchemaElement^)(IEdmSchemaElement)(IEdmSchemaElement)

(Inherited from EdmModel.)

System_CAPS_pubmethodAddElements(IEnumerable<IEdmSchemaElement>)(IEnumerable<IEdmSchemaElement^>^)(IEnumerable<IEdmSchemaElement>)(IEnumerable(Of IEdmSchemaElement))

(Inherited from EdmModel.)

System_CAPS_pubmethodAddReferencedModel(IEdmModel)(IEdmModel^)(IEdmModel)(IEdmModel)

(Inherited from EdmModel.)

System_CAPS_pubmethodAddVocabularyAnnotation(IEdmVocabularyAnnotation)(IEdmVocabularyAnnotation^)(IEdmVocabularyAnnotation)(IEdmVocabularyAnnotation)

(Inherited from EdmModel.)

System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodFindDeclaredEntityContainer(String)(String^)(String)(String)

(Inherited from EdmModelBase.)

System_CAPS_pubmethodFindDeclaredFunctions(String)(String^)(String)(String)

(Inherited from EdmModelBase.)

System_CAPS_pubmethodFindDeclaredType(String)(String^)(String)(String)

(Inherited from EdmModelBase.)

System_CAPS_pubmethodFindDeclaredValueTerm(String)(String^)(String)(String)

(Inherited from EdmModelBase.)

System_CAPS_pubmethodFindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable)(IEdmVocabularyAnnotatable^)(IEdmVocabularyAnnotatable)(IEdmVocabularyAnnotatable)

(Inherited from EdmModel.)

System_CAPS_pubmethodFindDirectlyDerivedTypes(IEdmStructuredType)(IEdmStructuredType^)(IEdmStructuredType)(IEdmStructuredType)

(Inherited from EdmModel.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_protmethodRegisterElement(IEdmSchemaElement)(IEdmSchemaElement^)(IEdmSchemaElement)(IEdmSchemaElement)

(Inherited from EdmModelBase.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Explicit Interface Implementations

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEdmModel.::..FindDeclaredType(String)(String^)(String)(String)

Searches for a type with the given name in this model and creates a new type if no such type exists.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top