C# 클래스 OpenSlx.AutoWire.Process

파일 보기 프로젝트 열기: nicocrm/OpenSlx

공개 메소드들

메소드 설명
ProcessCurrentProject ( ) : void

비공개 메소드들

메소드 설명
AddMethodToEntity ( OrmEntity entity, MethodDescription method ) : void

Add a method to the definition for the entity.

CleanAutowireMethods ( OrmEntity entity, List methodsToCreate ) : bool

Any method that is on the entity and is NOT in the methodsToCreate should be removed (this also considers the step type, eg, if the method is specified as Post, and the current one is a Pre, it will be removed) Any method that is on the entity is IS in the methodsToCreate should be removed from methodsToCreate.

CleanAutowireMethodsTarget ( TargetStepType targetStepType, TargetMethodCollection targetColl, List methodsToCreate ) : bool
CollectMethodDescriptions ( PortalModel portalModel ) : List
IsOpenSlxTarget ( OrmMethodTarget target ) : bool

메소드 상세

ProcessCurrentProject() 공개 정적인 메소드

public static ProcessCurrentProject ( ) : void
리턴 void