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

FindAsset() public static method

public static FindAsset ( string assetType, string assetNumber ) : AssetIdentificationBean
assetType string
assetNumber string
return ATMLDataAccessLibrary.db.beans.AssetIdentificationBean
        public static AssetIdentificationBean FindAsset( string assetType, string assetNumber )
        {
            DocumentDAO dao = DataManager.getDocumentDAO();
            return dao.FindAsset( assetType, assetNumber );
        }

Same methods

DocumentManager::FindAsset ( string uuid ) : AssetIdentificationBean