ATMLManagerLibrary.managers.DocumentManager.FindAsset C# (CSharp) 메소드

FindAsset() 공개 정적인 메소드

public static FindAsset ( string uuid ) : AssetIdentificationBean
uuid string
리턴 ATMLDataAccessLibrary.db.beans.AssetIdentificationBean
        public static AssetIdentificationBean FindAsset( string uuid )
        {
            DocumentDAO dao = DataManager.getDocumentDAO();
            return dao.FindAsset( uuid );
        }

Same methods

DocumentManager::FindAsset ( string assetType, string assetNumber ) : AssetIdentificationBean