C# Class Zetbox.Generator.Templates.Properties.IdProperty

Case: 705, Template Override Typesave machen Vorschlag: [OverrideTemplate(Zetbox.Generator.Templates.ObjectClasses.NotifyingValueProperty)] Alternativ: alle Klassen gelten automatisch als Overrider, wenn sie von dem aufgerufenen Template ableiten.
Inheritance: NotifyingValueProperty
Show file Open project: daszat/zetbox

Public Methods

Method Description
Call ( Arebis host, IZetboxContext ctx ) : void
IdProperty ( Arebis _host, IZetboxContext ctx ) : System

Protected Methods

Method Description
ApplySecurityCheckTemplate ( ) : void
ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes

Method Details

ApplySecurityCheckTemplate() protected method

protected ApplySecurityCheckTemplate ( ) : void
return void

Call() public static method

public static Call ( Arebis host, IZetboxContext ctx ) : void
host Arebis
ctx IZetboxContext
return void

IdProperty() public method

public IdProperty ( Arebis _host, IZetboxContext ctx ) : System
_host Arebis
ctx IZetboxContext
return System

ModifyMemberAttributes() protected method

protected ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes
memberAttributes MemberAttributes
return MemberAttributes