9using System.ComponentModel;
10using System.Collections.Generic;
21 [AttributeUsage(AttributeTargets.Class)]
149 string factoryType,
string createMethod,
string fetchMethod,
string updateMethod,
string deleteMethod)
177 string factoryType,
string createMethod,
string fetchMethod,
string updateMethod,
string deleteMethod,
string executeMethod)
Specifies that the WCF data portal should invoke a factory object rather than the business object.
MobileFactoryAttribute(string factoryType, string createMethod, string fetchMethod, string updateMethod, string deleteMethod)
Creates an instance of the attribute.
MobileFactoryAttribute(string factoryType, string createMethod, string fetchMethod)
Creates an instance of the attribute.
MobileFactoryAttribute(string factoryType, string createMethod, string fetchMethod, string updateMethod, string deleteMethod, string executeMethod)
Creates an instance of the attribute.
MobileFactoryAttribute(string factoryType, string fetchMethod)
Creates an instance of the attribute.
string ExecuteMethodName
Name of the method to call for a execute operation.
string FactoryTypeName
Assembly qualified type name of the factory object.
string UpdateMethodName
Name of the method to call for a update operation.
string DeleteMethodName
Name of the method to call for a delete operation.
string FetchMethodName
Name of the method to call for a fetch operation.
MobileFactoryAttribute(string factoryType)
Creates an instance of the attribute.
string CreateMethodName
Name of the method to call for a create operation.