ApiTemplate<TModel> Class

 

This API is not CLS-compliant.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Templates
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System::Object
  System::MarshalByRefObject
    RazorEngine.Templating::TemplateBase
      RazorEngine.Templating::TemplateBase<T>
        Microsoft.WindowsAzure.Mobile.Service.Templates::ApiTemplate<TModel>

generic<typename TModel>
[CLSCompliantAttribute(false)]
public ref class ApiTemplate abstract : TemplateBase<TModel>

Type Parameters

TModel

NameDescription
System_CAPS_pubpropertyCurrentWriter

(Inherited from TemplateBase.)

System_CAPS_protpropertyHasDynamicModel

(Inherited from TemplateBase<T>.)

System_CAPS_pubpropertyLayout

(Inherited from TemplateBase.)

System_CAPS_pubpropertyModel

(Inherited from TemplateBase<T>.)

System_CAPS_pubpropertyRequest

System_CAPS_pubpropertyRequestContext

System_CAPS_pubpropertyTemplateService

(Inherited from TemplateBase.)

System_CAPS_pubpropertyUrl

System_CAPS_pubpropertyViewBag

(Inherited from TemplateBase.)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDefineSection(String^, Action^)

(Inherited from TemplateBase.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExecute()

(Inherited from TemplateBase.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInclude(String^, Object^)

(Inherited from TemplateBase<T>.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodIsSectionDefined(String^)

(Inherited from TemplateBase.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodRaw(String^)

(Inherited from TemplateBase.)

System_CAPS_pubmethodRenderBody()

(Inherited from TemplateBase.)

System_CAPS_pubmethodRenderSection(String^, Boolean)

(Inherited from TemplateBase.)

System_CAPS_protmethodResolveLayout(String^)

(Inherited from TemplateBase<T>.)

System_CAPS_pubmethodResolveUrl(String^)

(Inherited from TemplateBase.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWrite(Object^)

(Inherited from TemplateBase.)

System_CAPS_pubmethodWrite(TemplateWriter^)

(Inherited from TemplateBase.)

System_CAPS_pubmethodWriteAttribute(String^, PositionTagged<String^>^, PositionTagged<String^>^, array<AttributeValue^>^)

(Inherited from TemplateBase.)

System_CAPS_pubmethodWriteAttributeTo(TextWriter^, String^, PositionTagged<String^>^, PositionTagged<String^>^, array<AttributeValue^>^)

(Inherited from TemplateBase.)

System_CAPS_pubmethodWriteLiteral(String^)

(Inherited from TemplateBase.)

System_CAPS_pubmethodWriteLiteralTo(TextWriter^, String^)

(Inherited from TemplateBase.)

System_CAPS_pubmethodWriteTo(TextWriter^, Object^)

(Inherited from TemplateBase.)

System_CAPS_pubmethodWriteTo(TextWriter^, TemplateWriter^)

(Inherited from TemplateBase.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodITemplate::Run(ExecuteContext^)

(Inherited from TemplateBase.)

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
Show: