LayerD CodeDOM and Zoe Compiler interface
renderBeginProperty Method (propertyDecl, propertyName, typeStr, access, propertyStorage, isAbstract, isFinal, isNew, isConst, isOverride, isVirtual, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderBeginProperty(XplProperty, String, String, XplAccesstype_enum, XplVarstorage_enum, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, ExtendedZOEProcessor..::.EZOEContext)

[This is preliminary documentation and is subject to change.]

Renders the begin property.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderBeginProperty(
	XplProperty propertyDecl,
	string propertyName,
	string typeStr,
	XplAccesstype_enum access,
	XplVarstorage_enum propertyStorage,
	bool isAbstract,
	bool isFinal,
	bool isNew,
	bool isConst,
	bool isOverride,
	bool isVirtual,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderBeginProperty ( _
	propertyDecl As XplProperty, _
	propertyName As String, _
	typeStr As String, _
	access As XplAccesstype_enum, _
	propertyStorage As XplVarstorage_enum, _
	isAbstract As Boolean, _
	isFinal As Boolean, _
	isNew As Boolean, _
	isConst As Boolean, _
	isOverride As Boolean, _
	isVirtual As Boolean, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderBeginProperty(
	XplProperty^ propertyDecl, 
	String^ propertyName, 
	String^ typeStr, 
	XplAccesstype_enum access, 
	XplVarstorage_enum propertyStorage, 
	bool isAbstract, 
	bool isFinal, 
	bool isNew, 
	bool isConst, 
	bool isOverride, 
	bool isVirtual, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
propertyDecl (XplProperty)
The property decl.
propertyName (String)
Name of the property.
typeStr (String)
The type STR.
access (XplAccesstype_enum)
The access.
propertyStorage (XplVarstorage_enum)
The property storage.
isAbstract (Boolean)
if set to true [is abstract].
isFinal (Boolean)
if set to true [is final].
isNew (Boolean)
if set to true [is new].
isConst (Boolean)
if set to true [is const].
isOverride (Boolean)
if set to true [is override].
isVirtual (Boolean)
if set to true [is virtual].
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)