C# 클래스 Monobjc.Tools.Generator.Generators.PropertyGenerator

Code generator for properties.
상속: BaseGenerator
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
Generate ( BaseEntity entity ) : void
Generate ( ClassEntity classEntity, PropertyEntity propertyEntity, bool implementation = true, bool markedAsNew = false ) : void

Generates the specified entity.

비공개 메소드들

메소드 설명
AppendDocumentation ( PropertyEntity propertyEntity ) : void

Appends the documentation.

GetKeywords ( PropertyEntity propertyEntity, bool implementation, bool markedAsNew ) : String

메소드 상세

Generate() 공개 메소드

public Generate ( BaseEntity entity ) : void
entity BaseEntity
리턴 void

Generate() 공개 메소드

Generates the specified entity.
public Generate ( ClassEntity classEntity, PropertyEntity propertyEntity, bool implementation = true, bool markedAsNew = false ) : void
classEntity Monobjc.Tools.Generator.Model.ClassEntity The class entity.
propertyEntity PropertyEntity The property entity.
implementation bool if set to true generate the implementation.
markedAsNew bool
리턴 void