ATMLManagerLibrary.managers.DocumentManager.FindAsset C# (CSharp) Method

FindAsset() public static method

public static FindAsset ( string uuid ) : AssetIdentificationBean
uuid string
return 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