메소드 | 설명 | |
---|---|---|
CanLockProject ( FdoCache cache ) : bool |
This method will check if the project is an fwdata project, that can be locked.
|
|
IsProjectLocked ( string projectPath ) : bool |
Determines if the project file at the specified path is locked.
|
|
LockCurrentProject ( FdoCache cache ) : void |
This method will lock the current project in the cache given this service
|
|
UnlockCurrentProject ( FdoCache cache ) : void |
This method will unlock the current project in the cache given this service.
|
public static CanLockProject ( FdoCache cache ) : bool | ||
cache | FdoCache | |
리턴 | bool |
public static IsProjectLocked ( string projectPath ) : bool | ||
projectPath | string | |
리턴 | bool |
public static LockCurrentProject ( FdoCache cache ) : void | ||
cache | FdoCache | |
리턴 | void |
public static UnlockCurrentProject ( FdoCache cache ) : void | ||
cache | FdoCache | |
리턴 | void |